wat-ast 0.19.4

WebAssembly text format (.wat) style-preserving syntax tree for generating human readable code.
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3f174eed73e885ede6c8fcc3fbea8c3757afa521840676496cde56bb742ddab"
dependencies = [
 "leb128",
]

[[package]]
name = "wat-ast"
version = "0.19.4"
dependencies = [
 "wast",
]