wasm-peep
v0.2.2
Published
bikeshed debugging for wasm
Downloads
11
Maintainers
Readme
wasm-peep
Bikeshed debugging of WebAssembly modules using Firefox devtools straight outta node
.
npm install --global chiefbiiko/wasm-peep
The command line program is available as wasm-peep
, wasmpeep
, and wasmp
.
CLI Usage
wasm-peep|wasmpeep|wasmp [--options] file.wasm
Options
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 object
When --watch
in, the server watches the WebAssembly module and imports file for changes and updates its response payloads accordingly.