sc-executor-wasmi 0.8.0-rc6

This crate provides an implementation of `WasmRuntime` that is baked by wasmi.
Documentation
[dependencies.codec]
package = "parity-scale-codec"
version = "1.3.4"

[dependencies.log]
version = "0.4.8"

[dependencies.sc-executor-common]
version = "0.8.0-rc6"

[dependencies.sp-allocator]
version = "2.0.0-rc6"

[dependencies.sp-core]
version = "2.0.0-rc6"

[dependencies.sp-runtime-interface]
version = "2.0.0-rc6"

[dependencies.sp-wasm-interface]
version = "2.0.0-rc6"

[dependencies.wasmi]
version = "0.6.2"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "This crate provides an implementation of `WasmRuntime` that is baked by wasmi."
documentation = "https://docs.rs/sc-executor-wasmi"
edition = "2018"
homepage = "https://substrate.dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
name = "sc-executor-wasmi"
repository = "https://github.com/paritytech/substrate/"
version = "0.8.0-rc6"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]