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 068a7be commit b87f57eCopy full SHA for b87f57e
benchmark/ffmpeg.sh
@@ -52,7 +52,7 @@ run "$(wasm3 --version|head -1)" wasm3 --dir .video --
52
run "$(iwasm.fast --version|head -1) (fast interpreter)" iwasm.fast --dir=.video
53
run "$(iwasm.classic --version|head -1) (classic interpreter)" iwasm.classic --dir=.video
54
55
-run "$(wasmedge --version) (interpreter)" wasmedge --dir .video --
+run "$(wasmedge --version|head -1) (interpreter)" wasmedge --dir .video --
56
57
run "$(wasmi_cli --version)" wasmi_cli --dir .video --
58
0 commit comments