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