wast 2.0.0

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

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

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

[dev-dependencies.tempfile]
version = "3.1"

[dev-dependencies.wasmparser]
version = "0.39"

[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/alexcrichton/wat/tree/master/crates/wast"
license = "MIT/Apache-2.0"
name = "wast"
readme = "README.md"
repository = "https://github.com/alexcrichton/wat/tree/master/crates/wast"
version = "2.0.0"