mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Unify Imports in wasmer js/sys
This commit is contained in:
@@ -433,6 +433,7 @@ mod engine;
|
||||
mod exports;
|
||||
mod extern_ref;
|
||||
mod function_env;
|
||||
mod imports;
|
||||
mod into_bytes;
|
||||
mod mem_access;
|
||||
mod module;
|
||||
@@ -458,6 +459,7 @@ pub use engine::{AsEngineRef, Engine};
|
||||
pub use exports::{ExportError, Exportable, Exports, ExportsIterator};
|
||||
pub use extern_ref::ExternRef;
|
||||
pub use function_env::{FunctionEnv, FunctionEnvMut};
|
||||
pub use imports::Imports;
|
||||
pub use into_bytes::IntoBytes;
|
||||
pub use mem_access::{MemoryAccessError, WasmRef, WasmSlice, WasmSliceIter};
|
||||
pub use module::{IoCompileError, Module};
|
||||
|
||||
Reference in New Issue
Block a user