sp-wasm-interface 14.1.0-dev.3

Types and traits for interfacing between the host and the wasm runtime.
Documentation
[dependencies.anyhow]
optional = true
version = "1.0.68"

[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3.6.1"

[dependencies.impl-trait-for-tuples]
version = "0.2.2"

[dependencies.log]
optional = true
version = "0.4.17"

[dependencies.sp-std]
default-features = false
version = "8.1.0-dev.3"

[dependencies.wasmtime]
default-features = false
optional = true
version = "8.0.1"

[features]
default = ["std"]
std = ["codec/std", "log", "sp-std/std", "wasmtime"]
wasmtime = ["dep:wasmtime", "anyhow"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Types and traits for interfacing between the host and the wasm runtime."
documentation = "https://docs.rs/sp-wasm-interface"
edition = "2021"
homepage = "https://substrate.io"
license = "Apache-2.0"
name = "sp-wasm-interface"
readme = "README.md"
repository = "https://github.com/paritytech/substrate/"
version = "14.1.0-dev.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]