[package]
name = "wasmparser"
version = "0.57.0"
authors = ["Yury Delendik <ydelendik@mozilla.com>"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/master/crates/wasmparser"
homepage = "https://github.com/bytecodealliance/wasm-tools/tree/master/crates/wasmparser"
keywords = ["parser", "WebAssembly", "wasm"]
description = """
A simple event-driven library for parsing WebAssembly binary files.
"""
edition = "2018"
[dev-dependencies]
anyhow = "1.0"
criterion = "0.3"
getopts = "0.2"
wat = { path = "../wat" }
wast = { path = "../wast" }
rayon = "1.3"
[features]
deterministic = []