WebAssembly compiler infrastructure and toolchain library
Compiler infrastructure and toolchain library for WebAssembly
wasm-optwasm-diswasm-aswasm2jswasm-ctor-evalwasm-reduce$ wasm-opt -O3 input.wasm -o output.wasm$ wasm-dis input.wasm -o output.wat$ wasm-as input.wat -o output.wasm