We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cee49d commit 4dbf142Copy full SHA for 4dbf142
build.sh
@@ -34,7 +34,7 @@ else
34
pushd build
35
wget --no-clobber --directory-prefix=$RUST_BUILD_DIR $FIXTURE/mobilenet.bin
36
wget --no-clobber --directory-prefix=$RUST_BUILD_DIR $FIXTURE/mobilenet.xml
37
- wasmtime run --mapdir fixture::$RUST_BUILD_DIR wasi-nn-example.wasm --wasi-modules=experimental-wasi-nn
+ wasmtime run --dir $RUST_BUILD_DIR::fixture -S nn wasi-nn-example.wasm
38
;;
39
*)
40
echo "Unknown build type $BUILD_TYPE"
0 commit comments