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 da21f51 commit 80d3119Copy full SHA for 80d3119
benchmark/ffmpeg.sh
@@ -72,7 +72,7 @@ echo "+++++++++++ JIT ++++++++++++++++++++"
72
run "$(iwasm.fast-jit --version|head -1) (fast jit)" iwasm.fast-jit --dir=.video --jit-codecache-size=100000000
73
74
run "$(wasmer --version)" wasmer run --mapdir .video::.video --
75
-run "$(wasmtime --version)" wasmtime run --mapdir .video::.video --
+run "$(wasmtime --version)" wasmtime run --dir .video --
76
77
# XXX i'm not sure how compilation cache works by default.
78
run "wazero $(wazero version)" wazero run -mount .video --
0 commit comments