mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Unified exports in js/sys
This commit is contained in:
@@ -430,6 +430,7 @@ compile_error!(
|
||||
);
|
||||
|
||||
mod engine;
|
||||
mod exports;
|
||||
mod extern_ref;
|
||||
mod function_env;
|
||||
mod mem_access;
|
||||
@@ -452,6 +453,7 @@ mod js;
|
||||
pub use js::*;
|
||||
|
||||
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 mem_access::{MemoryAccessError, WasmRef, WasmSlice, WasmSliceIter};
|
||||
|
||||
Reference in New Issue
Block a user