From cf2ac7f6eefe91b2ec1e9e5bff652885db23df6b Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 6 Feb 2024 21:13:36 +0900 Subject: [PATCH] bump wasmi version cf. https://github.com/yamt/toywasm/issues/8#issuecomment-1861388902 --- benchmark/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/notes.md b/benchmark/notes.md index 246b4e99..261a83d1 100644 --- a/benchmark/notes.md +++ b/benchmark/notes.md @@ -57,7 +57,7 @@ installed with homebrew. ### wasmi ``` -git checkout v0.31.0 +git checkout v0.32.0-beta.5 cargo build --profile bench cp target/release/wasmi_cli ~/bin ```