wat 1.0.9

Rust parser for the WebAssembly Text format, WAT
Documentation
[[test]]
harness = false
name = "wabt"

[[test]]
harness = false
name = "parse-fail"
[dependencies.wast]
version = "8.0.0"
[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.getopts]
version = "0.2"

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

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

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

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

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Rust parser for the WebAssembly Text format, WAT\n"
documentation = "https://docs.rs/wat"
edition = "2018"
exclude = ["tests/wabt"]
homepage = "https://github.com/bytecodealliance/wat"
license = "Apache-2.0 WITH LLVM-exception"
name = "wat"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wat"
version = "1.0.9"
[profile.release]
debug-assertions = true
overflow-checks = true