An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# WebAssembly AST bytecode disassembler

[![NPM version](https://img.shields.io/npm/v/wast-diz.svg)](https://www.npmjs.org/package/wast-diz)
[![Travis](https://travis-ci.org/drom/wast-diz.svg)](https://travis-ci.org/drom/wast-diz)
[![appVeyor](https://ci.appveyor.com/api/projects/status/ntap0d5mkkdx84eo?svg=true)](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)