About PWASM
PWASM (pronounced "possum") is a command-line tool and library for handling WebAssembly modules.
The pwasm
command lets you inspect and disassemble WebAssembly modules. Learn more.
The PWASM library allows you to parse WebAssembly modules and and execute functions from WebAssembly modules inside your application. Learn more.