This commit is contained in:
Sergey Pepyakin
2017-12-19 20:46:05 +03:00
parent 3dec6b8597
commit 9944969744
15 changed files with 357 additions and 269 deletions

View File

@ -146,6 +146,7 @@ mod host;
mod imports;
mod global;
mod func;
mod state;
#[cfg(test)]
mod tests;
@ -159,3 +160,4 @@ pub use self::imports::{ImportResolver, Imports};
pub use self::module::ModuleInstance;
pub use self::global::GlobalInstance;
pub use self::func::FuncInstance;
pub use self::state::{HostState, StateKey};