https://github.com/reklatsmasters/wasm2ast
WebAssembly Binary AST Parser
https://github.com/reklatsmasters/wasm2ast
ast node parser wasm webassembly
Last synced: about 2 months ago
JSON representation
WebAssembly Binary AST Parser
- Host: GitHub
- URL: https://github.com/reklatsmasters/wasm2ast
- Owner: reklatsmasters
- License: mit
- Created: 2018-03-17T23:00:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T09:12:24.000Z (about 8 years ago)
- Last Synced: 2025-03-23T21:24:43.849Z (over 1 year ago)
- Topics: ast, node, parser, wasm, webassembly
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
WebAssembly Binary AST Parser
## WIP
### Related
* https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md
* https://en.wikipedia.org/wiki/LEB128
* http://www.dwarfstd.org/doc/DWARF5.pdf
## Licesne
MIT, 20!8 (c) Dmitriy Tsvettsikh