wast-diz

v0.4.0
WebAssembly dizassembler
WAST WebAssembly

prepublish

git submodule init && git submodule update --remote && git submodule status

test

istanbul cover _mocha test

wasm-as

for f in testsuite/*.wast; do ../../WebAssembly/binaryen/bin/wasm-as $f > wasm/$(basename ${f} .${f##*.}).wasm; done

sexpr-wasm

for f in testsuite/*.wast; do ../../WebAssembly/sexpr-wasm-prototype/out/sexpr-wasm --spec $f -o wasm/$(basename ${f} .${f##*.}).json; done

check

../../WebAssembly/binaryen/bin/asm2wasm lib/bytecode.js
npm i wast-diz

Metadata

  • MIT
  • Whatever
  • Aliaksei Chapyzhenka
  • released 7/5/2016

Downloads

Maintainers