Skip to content

Commit

Permalink
binaryen use case in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SaberDoTcodeR committed Mar 29, 2021
1 parent 6ab6774 commit 5759a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Then you have to install ink! command line utility which will make setting up Su
cargo install cargo-contract --vers 0.10.0 --force --locked
```

You also need the [binaryen](https://github.com/WebAssembly/binaryen) package installed on your computer, you can use npm to install it:
You also need the [binaryen](https://github.com/WebAssembly/binaryen) package installed on your computer which is used to optimize the WebAssembly bytecode of the contract, you can use npm to install it:

```bash
npm install -g binaryen --force
Expand Down

0 comments on commit 5759a2f

Please sign in to comment.