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

@@ -31,6 +31,7 @@ extern crate failure;
extern crate failure_derive;
extern crate target_lexicon;
extern crate wabt;
extern crate wasmparser;
extern crate wasmtime_environ;
extern crate wasmtime_execute;
extern crate wasmtime_runtime;