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

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

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)