https://github.com/drom/wast-diz
WebAssembly AST disassembler
https://github.com/drom/wast-diz
Last synced: about 1 month ago
JSON representation
WebAssembly AST disassembler
- Host: GitHub
- URL: https://github.com/drom/wast-diz
- Owner: drom
- License: mit
- Created: 2016-03-21T21:17:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T21:49:33.000Z (over 6 years ago)
- Last Synced: 2025-03-24T11:45:11.909Z (about 2 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebAssembly AST bytecode disassembler
[](https://www.npmjs.org/package/wast-diz)
[](https://travis-ci.org/drom/wast-diz)
[](https://ci.appveyor.com/project/drom/wast-diz)Reads WebAssembly [bytecode](https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md) and returns [WebAST](https://github.com/drom/wast-spec) object.
## License
MIT [LICENSE](https://github.com/drom/wast-diz/blob/master/LICENSE)