wasmy 0.5.6

wasmy, easily customize my wasm app!
Documentation
[[example]]
name = "svm"
path = "examples/vm/svm.rs"

[[example]]
name = "dvm"
path = "examples/vm/dvm.rs"

[[example]]
name = "cvm"
path = "examples/vm/cvm.rs"

[[example]]
crate-type = ["cdylib"]
name = "simple"
path = "./examples/wasm/simple.rs"

[[example]]
crate-type = ["cdylib"]
name = "detailed"
path = "examples/wasm/detailed.rs"

[[example]]
crate-type = ["cdylib"]
name = "context"
path = "examples/wasm/context.rs"

[[example]]
crate-type = ["cdylib"]
name = "custom"
path = "examples/wasm/custom.rs"

[package]
authors = ["henrylee2cn <henrylee2cn@gmail.com>"]
categories = ["wasm"]
description = "wasmy, easily customize my wasm app!"
edition = "2021"
keywords = ["wasm", "webassembly", "wasm-app"]
license = "Apache-2.0"
name = "wasmy"
readme = "./README.md"
repository = "https://github.com/henrylee2cn/wasmy"
resolver = "2"
version = "0.5.6"

[target.'cfg(not(target_family="wasm"))'.dev-dependencies.structopt]
features = ["color"]
version = "0.3"

[target.'cfg(not(target_family="wasm"))'.dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.17.0"

[target.'cfg(not(target_family="wasm"))'.dev-dependencies.wasmy-vm]
features = []
version = "0.5.6"

[target.'cfg(target_family="wasm")'.dev-dependencies.rand]
version = "0.8.4"

[target.'cfg(target_family="wasm")'.dev-dependencies.wasmy-abi]
version = "0.5.6"