diff --git a/imagefiles/wasmtime-pwd-threads.sh b/imagefiles/wasmtime-pwd-threads.sh index b9f8a98..62b160c 100755 --- a/imagefiles/wasmtime-pwd-threads.sh +++ b/imagefiles/wasmtime-pwd-threads.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # Mount the PWD and the /work mount dir to enable access in try_run commands -exec ${WASMTIME_HOME}/bin/wasmtime -S threads=y run --dir=. --dir=$PWD --dir=/work/ "$@" +exec ${WASMTIME_HOME}/bin/wasmtime run -W threads=y -S threads=y,cli=y --dir=. --dir=$PWD --dir=/work/ "$@"