Crates.io | wit-text |
lib.rs | wit-text |
version | 0.8.0 |
source | src |
created_at | 2019-12-02 23:01:54.006622 |
updated_at | 2020-07-14 18:09:42.094817 |
description | Parser for the text format of WebAssembly Interface Types |
homepage | |
repository | https://github.com/bytecodealliance/wasm-interface-types |
max_upload_size | |
id | 186032 |
size | 69,991 |
wit-text
A Bytecode Alliance project
A Rust crate to parse the WebAssembly Interface Types textual format.
Note: WebAssembly Interface Types are experimental and subject to a good deal of change. It's not recommended to rely on this if you're not comfortable with some breakage.
First you'll want to add this crate to your Cargo.toml
:
[dependencies]
wit-text = "0.1.0"
You can then use the free-functions of this crate to parse a text file or
in-memory string into the binary wasm representation. Note that compatibility is
provided with the wast
crate if you'd like to
reuse the parser for other file formats as well.
This project is licensed under the Apache 2.0 license with the LLVM exception. See LICENSE for more details.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.