Skip to content

Commit

Permalink
update new wasmtime's cli (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
TAOFOR4 authored Apr 26, 2024
1 parent 9d825ab commit 556890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
pushd build
wget --no-clobber --directory-prefix=$RUST_BUILD_DIR $FIXTURE/mobilenet.bin
wget --no-clobber --directory-prefix=$RUST_BUILD_DIR $FIXTURE/mobilenet.xml
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
;;
*)
echo "Unknown build type $BUILD_TYPE"
Expand Down

0 comments on commit 556890b

Please sign in to comment.