wasm-peep
v0.2.2
Published
bikeshed debugging for wasm
Maintainers
Readme
wasm-peep
Bikeshed debugging of WebAssembly modules using Firefox devtools straight outta node.
npm install --global chiefbiiko/wasm-peepThe command line program is available as wasm-peep, wasmpeep, and wasmp.
CLI Usage
wasm-peep|wasmpeep|wasmp [--options] file.wasmOptions
Options:
-h, --help print usage instructions
-v, --version print version
--watch update wasm and imports on change? default: false
--port server port, default: 41900
--imports path to a CommonJS module exporting an import objectWhen --watchin, the server watches the WebAssembly module and imports file for changes and updates its response payloads accordingly.
