Get WASI tests working

This commit is contained in:
Mark McCaskey
2020-06-22 17:11:02 -07:00
parent b96e74003c
commit e67a3089fc
8 changed files with 227 additions and 33 deletions

View File

@@ -11,7 +11,9 @@ mod multi_value_imports;
mod serialize;
mod traps;
mod utils;
mod wasi;
mod wast;
pub use crate::utils::get_compiler;
pub use crate::wasi::run_wasi;
pub use crate::wast::run_wast;