wain-validate 0.1.2

WebAssembly syntax tree validator for wain project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "wain-ast"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e7a9591ab68a6b4b0f88ea0fb4b82dde9ca0bdfbf0b84ffa2088501da2e40d0"

[[package]]
name = "wain-validate"
version = "0.1.2"
dependencies = [
 "wain-ast",
]