wast 4.0.0

Customizable Rust parsers for the WebAssembly Text formats WAT and WAST
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.leb128]
version = "0.2"

[features]
default = ["wasm-module"]
wasm-module = []

[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/bytecodealliance/wat/tree/master/crates/wast"
license = "Apache-2.0 WITH LLVM-exception"
name = "wast"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wat/tree/master/crates/wast"
version = "4.0.0"