mirror of
https://github.com/oxalica/rust-overlay.git
synced 2025-10-05 15:52:54 +02:00
example: fix WASI example CI failure
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user