We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66792ee commit 0944276Copy full SHA for 0944276
1 file changed
examples/cross-wasi/shell.nix
@@ -27,7 +27,7 @@
27
mkShellNoCC {
28
nativeBuildInputs = [ rust-bin.stable.latest.minimal ];
29
30
- depsBuildBuild = [ wasmtime ];
+ depsBuildBuild = [ wasmtime.out ];
31
32
# This is optional for wasm32-like targets, since rustc will automatically use
33
# the bundled `lld` for linking.
0 commit comments