Add quickcheck, implement simple binary operations

This commit is contained in:
Jef
2018-12-12 14:02:11 +01:00
parent 5b448ce3c7
commit 5bb7430976
6 changed files with 106 additions and 28 deletions

View File

@@ -7,7 +7,10 @@ extern crate wasmparser;
#[macro_use]
extern crate failure_derive;
extern crate dynasmrt;
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate quickcheck;
extern crate wabt;
mod backend;