Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 276 Bytes

wasm-opt.md

File metadata and controls

8 lines (8 loc) · 276 Bytes

Install Binaryen (wasm-opt):

cd ~
curl -L https://github.com/WebAssembly/binaryen/releases/download/version_117/binaryen-version_117-x86_64-linux.tar.gz | tar -xzf -
echo 'export PATH="~/binaryen-version_117/bin":$PATH' >> ~/.bashrc
. ~/.bashrc
wasm-opt --version