mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-11 07:08:21 +00:00
Improved module imports
This commit is contained in:
@@ -461,7 +461,7 @@ pub use js::*;
|
||||
|
||||
pub use crate::externals::{Extern, Function, Global, HostFunction, Memory, MemoryView, Table};
|
||||
pub use engine::{AsEngineRef, Engine};
|
||||
pub use errors::InstantiationError;
|
||||
pub use errors::{InstantiationError, LinkError, RuntimeError};
|
||||
pub use exports::{ExportError, Exportable, Exports, ExportsIterator};
|
||||
pub use extern_ref::ExternRef;
|
||||
pub use function_env::{FunctionEnv, FunctionEnvMut};
|
||||
|
||||
Reference in New Issue
Block a user