wevm-core 0.3.2

Waves Enterprise Virtual Machine for WASM smart-contracts
Documentation
[dependencies.base58]
version = "0.2.0"

[dependencies.jni]
version = "0.21.0"

[dependencies.wasmi]
version = "0.31.2"

[dependencies.wevm-proc-macro]
version = "0.1.0"
[dev-dependencies.jni]
features = ["invocation"]
version = "0.21.0"

[dev-dependencies.wat]
version = "1"

[features]
bindings = []
default = ["jvm"]
jvm = []

[lib]
crate_type = ["cdylib", "rlib"]
name = "wevm"

[package]
authors = ["DEADBLACKCLOVER <deadblackclover@protonmail.com>"]
description = "Waves Enterprise Virtual Machine for WASM smart-contracts"
edition = "2021"
homepage = "https://github.com/waves-enterprise/wevm"
license = "MIT"
name = "wevm-core"
readme = "README.md"
repository = "https://github.com/waves-enterprise/wevm"
version = "0.3.2"