Skip to content

Commit

Permalink
Added wasm-opt to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaplas committed Jan 26, 2024
1 parent a712471 commit a2b20ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ written using Odra framework.
## Prerequisites

- Rust toolchain installed (see [rustup.rs](https://rustup.rs/))
- wasmstrip tool installed (see [wabt](https://github.com/WebAssembly/wabt))
- wasm-strip tool installed (see [wabt](https://github.com/WebAssembly/wabt))
- wasm-opt tool installed (see [binaryen](https://github.com/WebAssembly/binaryen))

## Install

Expand Down

0 comments on commit a2b20ae

Please sign in to comment.