gp-wasm-interface 15.0.0

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-allocator]
default-features = false
package = "gp-allocator"
version = "4.1.1"

[dependencies.sp-std]
default-features = false
version = "9.0.0"

[dependencies.sp-wasm-interface-common]
default-features = false
version = "15.0.0"

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

[features]
default = ["std"]
std = ["codec/std", "log", "sp-allocator/std", "sp-std/std", "wasmtime"]
wasmi = ["sp-wasm-interface-common/wasmi"]
wasmtime = ["dep:wasmtime", "anyhow"]

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