Offline host module builder

This commit is contained in:
Sergey Pepyakin
2017-12-11 19:22:45 +01:00
parent 8d3b32f4a6
commit 40ea6edbe6
4 changed files with 120 additions and 37 deletions

View File

@ -150,3 +150,4 @@ pub use self::table::TableInstance;
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};