mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-11 12:04:22 +01:00
Merge pull request #861 from thewtex/wasmtime-flags
wasi: fix threads option specification for wasmtime
This commit is contained in:
commit
a9ee159efb
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Mount the PWD and the /work mount dir to enable access in try_run commands
|
# 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/ "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user