Refactor host

This commit is contained in:
Sergey Pepyakin
2017-12-18 15:18:53 +03:00
parent 848389ed88
commit 0e89639fe6
5 changed files with 83 additions and 77 deletions

View File

@ -151,7 +151,7 @@ pub use self::memory::MemoryInstance;
pub use self::table::TableInstance;
pub use self::program::ProgramInstance;
pub use self::value::RuntimeValue;
pub use self::host::{HostModule, HostModuleBuilder, HostFunc, AsReturnVal, FromArg};
pub use self::host::{HostModule, HostModuleBuilder, HostFunc, IntoReturnVal, FromArg};
pub use self::imports::{ImportResolver, Imports};
pub use self::module::ModuleInstance;
pub use self::global::GlobalInstance;