qwasm is a pure-Python WebAssembly decoder and disassembler. It parses WebAssembly binary modules into an intermediate representation and supports disassembly to WAT-like text format. Current version 1.0.1.
pip install qwasmVerified import paths — ran on the pinned version, not inferred.
Load a WebAssembly binary, parse it, and print the disassembly.
Open the file in binary mode and pass the bytes object.
Pin to a specific version and watch the repository for updates.
No dependency data recorded yet.