wat 1.0.27

Rust parser for the WebAssembly Text format, WAT
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "leb128"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"

[[package]]
name = "wast"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54b3678343bfdf1768c16308a4b53823b70f7bb148d3d38225123d4306ec731"
dependencies = [
 "leb128",
]

[[package]]
name = "wat"
version = "1.0.27"
dependencies = [
 "wast",
]