[package] name = "sc-executor-wasmi" version = "0.22.0" authors = ["Parity Technologies "] edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository = "https://github.com/paritytech/substrate/" description = "This crate provides an implementation of `WasmRuntime` that is baked by wasmi." documentation = "https://docs.rs/sc-executor-wasmi" readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = "0.4.17" wasmi = { version = "0.13.2", features = [ "virtual_memory" ] } sc-allocator = { version = "16.0.0" } sc-executor-common = { version = "0.22.0" } sp-runtime-interface = { version = "16.0.0" } sp-wasm-interface = { version = "13.0.0" }