Skip to content

Commit 4dbf142

Browse files
TAOFOR4guptaaryan16
authored andcommitted
update new wasmtime's cli (bytecodealliance#100)
1 parent 9cee49d commit 4dbf142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else
3434
pushd build
3535
wget --no-clobber --directory-prefix=$RUST_BUILD_DIR $FIXTURE/mobilenet.bin
3636
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
37+
wasmtime run --dir $RUST_BUILD_DIR::fixture -S nn wasi-nn-example.wasm
3838
;;
3939
*)
4040
echo "Unknown build type $BUILD_TYPE"

0 commit comments

Comments
 (0)