wasmprinter 0.206.0

Rust converter from the WebAssembly binary format to the text format.
Documentation
[dependencies.anyhow]
version = "1.0.58"

[dependencies.wasmparser]
features = ["std"]
version = "0.206.0"
[dev-dependencies.diff]
version = "0.1"

[dev-dependencies.rayon]
version = "1.3"

[dev-dependencies.tempfile]
version = "3.0"
[lints.clippy]
all = "allow"

[lints.rust]
unsafe_code = "deny"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Rust converter from the WebAssembly binary format to the text format.\n"
documentation = "https://docs.rs/wasmprinter"
edition = "2021"
homepage = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmprinter"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter"
version = "0.206.0"