wasm-peep

0.2.2 • Public • Published

wasm-peep

build status AppVeyor Build Status Security Responsible Disclosure


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 --watchin, the server watches the WebAssembly module and imports file for changes and updates its response payloads accordingly.


License

MIT

Package Sidebar

Install

npm i wasm-peep

Weekly Downloads

0

Version

0.2.2

License

MIT

Unpacked Size

13.5 kB

Total Files

12

Last publish

Collaborators

  • chiefbiiko