wast 50.0.0

Customizable Rust parsers for the WebAssembly Text formats WAT and WAST
Documentation
[[test]]
harness = false
name = "parse-fail"
[dependencies.leb128]
version = "0.2.4"

[dependencies.memchr]
version = "2.4.1"

[dependencies.unicode-width]
version = "0.1.9"

[dependencies.wasm-encoder]
version = "0.20.0"
[dev-dependencies.anyhow]
version = "1.0.58"

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

[features]
default = ["wasm-module"]
wasm-module = []

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Customizable Rust parsers for the WebAssembly Text formats WAT and WAST\n"
documentation = "https://docs.rs/wast"
edition = "2021"
homepage = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wast"
license = "Apache-2.0 WITH LLVM-exception"
name = "wast"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wast"
version = "50.0.0"