wit-writer 0.2.0

Binary encoder for the WebAssembly Interface Types format
Documentation

A Bytecode Alliance project

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.