Skip to content

Commit

Permalink
bonchmakr/notes.md: note a better wasmi build proceduce
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 1, 2023
1 parent 1cc6d55 commit 1153d5b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions benchmark/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,20 @@ installed with homebrew.

### wasmi

what i used for the latest run of the benchmarks:
```
git checkout v0.30.0
cargo build --release
cp target/release/wasmi_cli ~/bin
```

Note: it's pointed out that i should have used `cargo install` instead
to get a better optimized binary.
cf. https://github.com/yamt/toywasm/issues/8#issuecomment-1570506209
however, it's pointed out that the following is
a better procedure which applies proper optimizations
for benchmarking. i will use it next time.
```
cargo build --profile bench
cp target/release/wasmi_cli ~/bin
```

### wasmedge

Expand Down

0 comments on commit 1153d5b

Please sign in to comment.