[dependencies.byteorder]
default-features = false
version = "1.0"
[dependencies.hashmap_core]
optional = true
version = "0.1.9"
[dependencies.libm]
optional = true
version = "0.1.2"
[dependencies.memory_units]
version = "0.3.0"
[dependencies.parity-wasm]
default-features = false
version = "0.31"
[dev-dependencies.assert_matches]
version = "1.1"
[dev-dependencies.rand]
version = "0.4.2"
[dev-dependencies.wabt]
version = "0.6"
[features]
core = ["hashmap_core", "libm"]
default = ["std"]
std = ["parity-wasm/std", "byteorder/std"]
[package]
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Svyatoslav Nikolsky <svyatonik@yandex.ru>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
description = "WebAssembly interpreter"
documentation = "https://paritytech.github.io/wasmi/"
exclude = ["/res/*", "/tests/*", "/fuzz/*", "/benches/*"]
keywords = ["wasm", "webassembly", "bytecode", "interpreter"]
license = "MIT/Apache-2.0"
name = "wasmi"
readme = "README.md"
repository = "https://github.com/paritytech/wasmi"
version = "0.4.3"