22 lines
657 B
TOML
22 lines
657 B
TOML
[package]
|
|
name = "wasmi"
|
|
version = "0.2.0"
|
|
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Svyatoslav Nikolsky <svyatonik@yandex.ru>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
|
|
license = "MIT/Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/paritytech/wasmi"
|
|
documentation = "https://paritytech.github.io/wasmi/"
|
|
description = "WebAssembly interpreter"
|
|
keywords = ["wasm", "webassembly", "bytecode", "interpreter"]
|
|
exclude = [ "/res/*", "/tests/*", "/fuzz/*", "/benches/*" ]
|
|
|
|
[dependencies]
|
|
parity-wasm = "0.27"
|
|
byteorder = "1.0"
|
|
memory_units = "0.3.0"
|
|
nan-preserving-float = "0.1.0"
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.1"
|
|
wabt = "0.3"
|