2 unstable releases
0.2.0 | May 18, 2020 |
---|---|
0.1.0 | Dec 2, 2019 |
#8 in #you-re
2,695 downloads per month
Used in 2 crates
17KB
314 lines
wit-writer
A Bytecode Alliance project
A Rust crate to emit the WebAssembly Interface Types binary 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.
Usage
First you'll want to add this crate to your Cargo.toml
:
[dependencies]
wit-writer = "0.1.0"
You'll then want to use the Writer
type to emit the binary WebAssembly
interface types section. You'll likely want to combine this with a different
encoder crate to emit the full wasm module, since this crate only has utilities
to emit the WebAssembly Interface Types custom section.
License
This project is licensed under the Apache 2.0 license with the LLVM exception. See LICENSE for more details.
Contribution
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.
Dependencies
~25KB