how to install wasm-opt? #3797
Answered
by
martianboy
ZHANGWENTAI
asked this question in
Q&A
|
ERROR: wasm-opt is not installed. Install this tool on your system in order to I want to compile a Substrate Smart Contract using |
Answered by
martianboy
Apr 11, 2021
Replies: 2 comments 3 replies
|
You can download the latest release of Binaryen from https://github.com/WebAssembly/binaryen/releases. Once that's done, simply extract the compressed file somewhere. |
2 replies
Answer selected by
ZHANGWENTAI
|
Can also be installed on Debian based Linux distributions with |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can download the latest release of Binaryen from https://github.com/WebAssembly/binaryen/releases. Once that's done, simply extract the compressed file somewhere.
wasm-optwill be in thebinfolder.