Fix spec tests

This commit is contained in:
Sergey Pepyakin
2017-12-15 18:56:49 +03:00
parent 11afa2dc2f
commit 6ca98c1fa8
4 changed files with 27 additions and 31 deletions

View File

@ -149,7 +149,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, AnyFunc, AsReturnVal, FromArg};
pub use self::host::{HostModule, HostModuleBuilder, HostFunc, AsReturnVal, FromArg};
pub use self::imports::{ImportResolver, Imports};
pub use self::module::ModuleInstance;
pub use self::global::GlobalInstance;