kelk-env 0.3.0

Kelk-env is a Low-level interface for interacting with Tanour (Wasm executor) in Pactus blockchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "kelk-env"
version = "0.3.0"
edition = "2021"
authors = ["Pactus blockchain <admin@pactus.org>"]
license = "BSD-3-Clause-Clear"
homepage = "https://pactus.org/"
repository = "https://github.com/pactus-project/kelk"
description = "Kelk-env is a Low-level interface for interacting with Tanour (Wasm executor) in Pactus blockchain."


[dependencies]
minicbor = { version = "0.18", features = ["half", "derive", "alloc"] }

[dev-dependencies]
wasm-bindgen-test = "0.3"