We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f5324 commit f97fccaCopy full SHA for f97fcca
wasisdk/bin/wasi-run
@@ -6,4 +6,4 @@ then
6
WASM="${WASM}.wasi"
7
fi
8
echo "WASI: $WASM $@"
9
-wasmtime --dir /::/ $WASM -- $@
+wasmtime --dir /::/ -- $WASM $@
0 commit comments