Fix spectest

This commit is contained in:
Sergey Pepyakin
2017-12-12 17:01:02 +01:00
parent 4b2c100d1f
commit 0bbd55cf21
4 changed files with 44 additions and 29 deletions

View File

@ -151,3 +151,6 @@ pub use self::program::ProgramInstance;
pub use self::value::RuntimeValue;
pub use self::variable::{VariableInstance, VariableType, ExternalVariableValue};
pub use self::host::{HostModule, HostModuleBuilder, Func1, AnyFunc, AsReturnVal, FromArg};
// TODO: All exports
pub use self::store::ModuleId;