Implement assert_malformed and assert_invalid.

This commit is contained in:
Dan Gohman
2018-12-12 12:28:51 -08:00
parent 3f24098edc
commit bc4333d857
4 changed files with 49 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ wabt = "0.7"
target-lexicon = "0.2.0"
failure = { version = "0.1.3", default-features = false }
failure_derive = { version = "0.1.3", default-features = false }
wasmparser = { git = "https://github.com/sunfishcode/wasmparser.rs", branch = "export-operator-validator-config" }
[badges]
maintenance = { status = "experimental" }