Expose FuncInvocation and ResumableError

This commit is contained in:
Wei Tang 2018-07-06 08:11:16 +08:00
parent 3f3cb0c159
commit e9a01df8c0
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ pub use self::host::{Externals, NopExternals, HostError, RuntimeArgs};
pub use self::imports::{ModuleImportResolver, ImportResolver, ImportsBuilder};
pub use self::module::{ModuleInstance, ModuleRef, ExternVal, NotStartedModuleRef};
pub use self::global::{GlobalInstance, GlobalRef};
pub use self::func::{FuncInstance, FuncRef};
pub use self::func::{FuncInstance, FuncRef, FuncInvocation, ResumableError};
pub use self::types::{Signature, ValueType, GlobalDescriptor, TableDescriptor, MemoryDescriptor};
/// WebAssembly-specific sizes and units.