wit-printer

Crates.iowit-printer
lib.rswit-printer
version0.2.0
sourcesrc
created_at2019-12-02 22:57:38.206353
updated_at2020-05-18 13:21:47.773145
descriptionTextual printer for the WebAssembly Interface Types binary format
homepage
repositoryhttps://github.com/bytecodealliance/wasm-interface-types
max_upload_size
id186027
size28,288
Alex Crichton (alexcrichton)

documentation

README

wit-printer

A Bytecode Alliance project

A Rust crate to print the WebAssembly Interface Types textual format.

Crates.io version Download docs.rs docs

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-printer = "0.1.0"

You can then use the free-functions of this crate to print a full wasm file to its textual representation.

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.

Commit count: 134

cargo fmt