#wasm #webassembly #wat #syntax-tree

wain-ast

WebAssembly abstract syntax tree definition used by both binary format and text format for wain project

7 releases

0.2.1 Aug 1, 2020
0.2.0 Jun 11, 2020
0.1.3 May 24, 2020
0.1.2 Apr 14, 2020
0.0.0 Mar 29, 2020

#733 in WebAssembly

Download history 31/week @ 2022-12-06 24/week @ 2022-12-13 22/week @ 2022-12-20 24/week @ 2022-12-27 3/week @ 2023-01-03 19/week @ 2023-01-10 23/week @ 2023-01-17 41/week @ 2023-01-24 36/week @ 2023-01-31 55/week @ 2023-02-07 51/week @ 2023-02-14 21/week @ 2023-02-21 47/week @ 2023-02-28 12/week @ 2023-03-07 11/week @ 2023-03-14 3/week @ 2023-03-21

73 downloads per month
Used in 5 crates

MIT license

20KB
553 lines

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

No runtime deps