From 3c7ec996d3349541f121873a931e4f18d6d52741 Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Thu, 4 Jul 2024 12:28:30 +0200 Subject: [PATCH 1/2] update Wasmi install notes --- benchmark/notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/notes.md b/benchmark/notes.md index ff357094..35b80af7 100644 --- a/benchmark/notes.md +++ b/benchmark/notes.md @@ -57,8 +57,8 @@ installed with homebrew. ### wasmi ``` -git checkout v0.32.0-beta.7 -cargo build --profile bench +git checkout v0.33.1 +cargo build --package wasmi_cli --profile bench cp target/release/wasmi_cli ~/bin ``` From 5b425e857b01ace43fcc9d4438d617307626a830 Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Fri, 12 Jul 2024 13:09:35 +0200 Subject: [PATCH 2/2] update Wasmi and add note about crates.io --- benchmark/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/notes.md b/benchmark/notes.md index 35b80af7..4573e0f5 100644 --- a/benchmark/notes.md +++ b/benchmark/notes.md @@ -57,7 +57,7 @@ installed with homebrew. ### wasmi ``` -git checkout v0.33.1 +git checkout v0.35.0 cargo build --package wasmi_cli --profile bench cp target/release/wasmi_cli ~/bin ```