We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e3164 commit 54037e8Copy full SHA for 54037e8
Justfile
@@ -30,7 +30,7 @@ mkdir-redist target=default-target:
30
build-wasm-runtime target=default-target:
31
cd ./src/wasm_runtime && cargo build --verbose --profile={{ if target == "debug" {"dev"} else { target } }} && rm -R target
32
33
-build-wasm-examples target=default-target:
+build-wasm-examples target=default-target: (ensure-tools)
34
wasm-tools component wit ./src/wasmsamples/components/runcomponent.wit -w -o ./src/wasmsamples/components/runcomponent-world.wasm
35
{{ build-wasm-examples-command }} {{target}}
36
0 commit comments