mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Unify mem_access api for js/sys
This commit is contained in:
@@ -431,6 +431,7 @@ compile_error!(
|
||||
|
||||
mod engine;
|
||||
mod function_env;
|
||||
mod mem_access;
|
||||
mod module;
|
||||
mod store;
|
||||
|
||||
@@ -448,6 +449,7 @@ pub use js::*;
|
||||
|
||||
pub use engine::{AsEngineRef, Engine};
|
||||
pub use function_env::{FunctionEnv, FunctionEnvMut};
|
||||
pub use mem_access::{MemoryAccessError, WasmRef, WasmSlice, WasmSliceIter};
|
||||
pub use module::{IoCompileError, Module};
|
||||
pub use store::{OnCalledHandler, Store, StoreId};
|
||||
#[cfg(feature = "sys")]
|
||||
|
||||
Reference in New Issue
Block a user