wain-ast

Crates.iowain-ast
lib.rswain-ast
version0.2.2
sourcesrc
created_at2020-03-29 12:16:42.349663
updated_at2023-11-18 04:29:32.418766
descriptionWebAssembly abstract syntax tree definition used by both binary format and text format for wain project
homepagehttps://github.com/rhysd/wain/tree/master/wain-ast
repositoryhttps://github.com/rhysd/wain
max_upload_size
id224041
size20,656
Linda_pp (rhysd)

documentation

README

wain-ast

crates.io CI

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.

Installation

[dependencies]
wain-ast = "0"

Usage

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.

License

the MIT license

Commit count: 539

cargo fmt