Skip to content

Commit f97fcca

Browse files
committed
fix wasi-run args
1 parent 76f5324 commit f97fcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasisdk/bin/wasi-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ then
66
WASM="${WASM}.wasi"
77
fi
88
echo "WASI: $WASM $@"
9-
wasmtime --dir /::/ $WASM -- $@
9+
wasmtime --dir /::/ -- $WASM $@

0 commit comments

Comments
 (0)