wast 26.0.1

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

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

[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 = "2018"
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 = "26.0.1"