wasm-tools

Low-level tooling for WebAssembly inspection, validation, and manipulation

brewmacoslinux
Try with needOr install directly
Source

About

Low level tooling for WebAssembly in Rust

Commands

wasm-tools

Examples

Validate a WebAssembly binary file$ wasm-tools validate module.wasm
Dump human-readable representation of WASM module$ wasm-tools dump module.wasm
Strip custom sections from a WASM binary$ wasm-tools strip module.wasm -o stripped.wasm