wain-validate 0.1.4

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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f72824a7912edc954a80417e244965da7807e609d8a4c5f5fc65d571d4b76e84"

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