[package] name = "wai-bindgen" version = "0.1.0" authors = ["The Wasmer Engineering Team "] edition = "2018" repository = "https://github.com/wasmerio/wapm-cli" description = "WASM Interface bindings generator" readme = "README.md" license = "MIT" [dependencies] bincode = { version = "1", optional = true } either = "1.5" nom = "5" serde = { version = "1", features = ["derive"] } wasmparser = { version = "0.51.4", optional = true } [dev-dependencies] wabt = "0.7" [features] validation = ["wasmparser"] binary_encode = ["bincode"] default = ["validation"]