From f6741b49d611098581275ae49f7a132df66776c3 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Thu, 9 Nov 2023 10:58:34 +0100 Subject: [PATCH] WASI: update default test runner parameter for newer wasmtime versions --- tests/run-wasi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-wasi.sh b/tests/run-wasi.sh index ee65f4a28..719c4819e 100755 --- a/tests/run-wasi.sh +++ b/tests/run-wasi.sh @@ -1,2 +1,2 @@ mkdir -p build/wasi-testdir -~/.wasmtime/bin/wasmtime run --mapdir /::build/wasi-testdir $1 $2 \ No newline at end of file +~/.wasmtime/bin/wasmtime run --dir build/wasi-testdir::/ $1 $2 \ No newline at end of file