Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package and add template project based on package #14

Merged
merged 30 commits into from
Aug 5, 2024

Conversation

JanProvaznik
Copy link
Owner

No description provided.

@@ -19,7 +19,7 @@ public class TemplateWasmTask : WasmTask
public TemplateWasmTask() : base()
{
// set some default values
WasmFilePath = "../../../../../examples/rust_template/target/wasm32-wasi/release/rust_template.wasm";
WasmFilePath = "../../../../../templates/RustWasmTaskTemplate/rust_template/target/wasm32-wasi/release/rust_template.wasm";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JanProvaznik and others added 5 commits August 2, 2024 11:43
* include all the wasmtime runtime libs in the package more ergonomically

* really fix the things

---------

Co-authored-by: Jan Provazník <[email protected]>
@JanProvaznik JanProvaznik marked this pull request as ready for review August 2, 2024 16:28
@JanProvaznik JanProvaznik merged commit 9f74e6f into main Aug 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants