| Crates.io | wain-ast |
| lib.rs | wain-ast |
| version | 0.2.2 |
| created_at | 2020-03-29 12:16:42.349663+00 |
| updated_at | 2023-11-18 04:29:32.418766+00 |
| description | WebAssembly abstract syntax tree definition used by both binary format and text format for wain project |
| homepage | https://github.com/rhysd/wain/tree/master/wain-ast |
| repository | https://github.com/rhysd/wain |
| max_upload_size | |
| id | 224041 |
| size | 20,656 |
wain-ast is a crate to define WebAssembly abstract syntax tree structure. To know structure
of WebAssembly, see the spec.
This crate is part of larger wain project.
[dependencies]
wain-ast = "0"
This crate only defines structure. The syntax tree is generated by parsers.
Working examples can be seen at examples/api/ directory
Please read documentation (not yet) for details.