wast 6.0.0

Customizable Rust parsers for the WebAssembly Text formats WAT and WAST
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 = "6.0.0"
dependencies = [
 "leb128",
]