WASI: update default test runner parameter for newer wasmtime versions

This commit is contained in:
Alexey Andreev 2023-11-09 10:58:34 +01:00
parent 547642503e
commit f6741b49d6

View File

@ -1,2 +1,2 @@
mkdir -p build/wasi-testdir
~/.wasmtime/bin/wasmtime run --mapdir /::build/wasi-testdir $1 $2
~/.wasmtime/bin/wasmtime run --dir build/wasi-testdir::/ $1 $2