tetcore-wasm-interface 2.0.2

Types and traits for interfacing between the host and the wasm runtime.
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "tetsy-scale-codec"
version = "2.0.1"

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

[dependencies.tetcore-std]
default-features = false
version = "2.0.2"

[dependencies.twasmi]
optional = true
version = "0.6.2"

[features]
default = ["std"]
std = ["twasmi", "tetcore-std/std", "codec/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["cryptography::cryptocurrencies"]
description = "Types and traits for interfacing between the host and the wasm runtime."
documentation = "https://docs.rs/tetcore-wasm-interface"
edition = "2018"
homepage = "https://core.tetcoin.org"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
license = "Apache-2.0"
name = "tetcore-wasm-interface"
readme = "README.md"
repository = "https://github.com/tetcoin/tetcore"
version = "2.0.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]