Skip to content

Commit

Permalink
add wasmi lazy compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Apr 1, 2024
1 parent 4b39de8 commit e32be1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ run "wasm3 (no lazy)" wasm3 --compile
run "wamr (classic interp)" iwasm.classic
run "wamr (fast interp)" iwasm.fast
run "wasmi" "wasmi_cli --"
run "wasmi (lazy)" "wasmi_cli --compilation-mode lazy --"
run "wazero (interp)" "wazero run -interpreter --"
run "wasmedge (interp)" "wasmedge --"

Expand Down

0 comments on commit e32be1b

Please sign in to comment.