https://github.com/drom/wast-spec
WebAssembly AST specification
https://github.com/drom/wast-spec
Last synced: 12 days ago
JSON representation
WebAssembly AST specification
- Host: GitHub
- URL: https://github.com/drom/wast-spec
- Owner: drom
- License: mit
- Created: 2016-03-01T18:45:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T15:55:47.000Z (over 8 years ago)
- Last Synced: 2024-10-04T17:30:52.745Z (8 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebAssembly AST specification
## About
The repository defines Abstract Syntax Tree (AST) format that can be used to
represent the structure of [WebAssembly](https://github.com/WebAssembly/spec)
program in a JSON container.## Status
[spec](spec.md)
## Implementations
* [wast-parser](https://github.com/drom/wast-parser)
* [wast-codegen](https://github.com/drom/wast-codegen)
* [wast-traverse](https://github.com/drom/wast-traverse)## License
MIT [LICENSE](LICENSE)