diff --git a/examples/image-classification-web/build-for-web.sh b/examples/image-classification-web/build-for-web.sh index 59124f494..5802411c0 100755 --- a/examples/image-classification-web/build-for-web.sh +++ b/examples/image-classification-web/build-for-web.sh @@ -4,7 +4,6 @@ rustup target add wasm32-unknown-unknown if ! command -v wasm-pack &>/dev/null; then echo "wasm-pack could not be found. Installing ..." cargo install wasm-pack - exit fi mkdir -p pkg diff --git a/examples/mnist-inference-web/build-for-web.sh b/examples/mnist-inference-web/build-for-web.sh index 7fb9ea1d1..669a77a9b 100755 --- a/examples/mnist-inference-web/build-for-web.sh +++ b/examples/mnist-inference-web/build-for-web.sh @@ -7,7 +7,6 @@ if ! command -v wasm-pack &> /dev/null then echo "wasm-pack could not be found. Installing ..." cargo install wasm-pack - exit fi # Set optimization flags