sc-executor-wasmi 0.19.0

This crate provides an implementation of `WasmRuntime` that is baked by wasmi.
Documentation
[package]
name = "sc-executor-wasmi"
version = "0.19.0"
authors = ["Parity Technologies <admin@parity.io>"]
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 = "0.13"
sc-allocator = { version = "13.0.0" }
sc-executor-common = { version = "0.19.0" }
sp-runtime-interface = { version = "14.0.0" }
sp-wasm-interface = { version = "11.0.0" }