example: fix WASI example CI failure

This commit is contained in:
oxalica
2025-09-15 05:41:54 -04:00
committed by oxalica
parent 66792ee2c2
commit 09442765a0

View File

@@ -27,7 +27,7 @@
mkShellNoCC {
nativeBuildInputs = [ rust-bin.stable.latest.minimal ];
depsBuildBuild = [ wasmtime ];
depsBuildBuild = [ wasmtime.out ];
# This is optional for wasm32-like targets, since rustc will automatically use
# the bundled `lld` for linking.