wasm-opt
WebAssembly
の最適化ツール
Binaryen
に同封されている
installation
Binaryen
を自分でbuildする
code:installation.sh
git clone
https://github.com/WebAssembly/binaryen.git
cd binaryen
git submodule init
git submodule update
cmake . && make
#2024-02-02