diff --git a/test/default/wasi-test-wrapper.sh b/test/default/wasi-test-wrapper.sh index a05fb6be..20ea7031 100755 --- a/test/default/wasi-test-wrapper.sh +++ b/test/default/wasi-test-wrapper.sh @@ -19,7 +19,7 @@ fi if [ -z "$WASI_RUNTIME" ] || [ "$WASI_RUNTIME" = "wasmer" ]; then if command -v wasmer >/dev/null; then - wasmer run "$1" "--${WASMER_BACKEND:-cranelift}" --dir=. && exit 0 + wasmer run "$1" "--${WASMER_BACKEND:-cranelift}" --mapdir=./:. && exit 0 fi fi