Add spectests

This commit is contained in:
Lachlan Sneff
2019-01-09 01:06:24 -05:00
parent 2a29c361d3
commit d696f9e6c8
67 changed files with 176613 additions and 22 deletions

View File

@ -1,3 +1,7 @@
#[cfg(test)]
#[macro_use]
extern crate field_offset;
#[macro_use]
mod macros;
mod backend;
@ -9,7 +13,7 @@ pub mod module;
mod recovery;
mod sig_registry;
mod sighandler;
mod table;
pub mod table;
pub mod types;
pub mod vm;
pub mod vmcalls;