wain-exec 0.2.2

WebAssembly syntax tree executor for wain project
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "wain-ast"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e21dae1080f84d65e3b8b3c459c045d5d09eeb339b4bf6f3fad88813e32d83d6"

[[package]]
name = "wain-exec"
version = "0.2.2"
dependencies = [
 "wain-ast",
 "wain-syntax-text",
 "wain-validate",
]

[[package]]
name = "wain-syntax-text"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1246e866d64decfc71949514ef18c497c68ff8dc8088850a579f9dffdf91c12"
dependencies = [
 "wain-ast",
]

[[package]]
name = "wain-validate"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd11ddcdbd342003270bce19102d90ce995270676d30c13a5654a479b6a544b"
dependencies = [
 "wain-ast",
]