12 releases (5 breaking)
0.6.4 | Mar 6, 2023 |
---|---|
0.6.2 | Feb 23, 2023 |
0.3.1 | Nov 24, 2022 |
0.2.0 | May 18, 2020 |
0.1.0 | Dec 2, 2019 |
#761 in WebAssembly
77,015 downloads per month
Used in 53 crates
(9 directly)
260KB
5.5K
SLoC
wit-parser
A Rust crate for parsing and interpreting the *.wit
text format. This
text format is used to describe the imports and exports of a component.
This crate is a low-level tooling crate which is intended to be integrated
further into toolchains elsewhere and isn't necessarily interacted with on a
day-to-day basis. Internally it supports parsing a *.wit
document into a
structured AST. Additionally it implements mechanisms of the canonical ABI to
assist in binding the canonical ABI into various languages.
Dependencies
~3MB
~91K SLoC