Skip to content

Commit 54037e8

Browse files
committed
ensure tools
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent a6e3164 commit 54037e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mkdir-redist target=default-target:
3030
build-wasm-runtime target=default-target:
3131
cd ./src/wasm_runtime && cargo build --verbose --profile={{ if target == "debug" {"dev"} else { target } }} && rm -R target
3232

33-
build-wasm-examples target=default-target:
33+
build-wasm-examples target=default-target: (ensure-tools)
3434
wasm-tools component wit ./src/wasmsamples/components/runcomponent.wit -w -o ./src/wasmsamples/components/runcomponent-world.wasm
3535
{{ build-wasm-examples-command }} {{target}}
3636

0 commit comments

Comments
 (0)