mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Unified Value into js/sys
This commit is contained in:
@@ -437,6 +437,7 @@ mod module;
|
||||
mod native_type;
|
||||
mod ptr;
|
||||
mod store;
|
||||
mod value;
|
||||
|
||||
#[cfg(feature = "sys")]
|
||||
mod sys;
|
||||
@@ -460,6 +461,7 @@ pub use ptr::{Memory32, Memory64, MemorySize, WasmPtr, WasmPtr64};
|
||||
pub use store::{AsStoreMut, AsStoreRef, OnCalledHandler, Store, StoreId, StoreMut, StoreRef};
|
||||
#[cfg(feature = "sys")]
|
||||
pub use store::{TrapHandlerFn, Tunables};
|
||||
pub use value::Value;
|
||||
|
||||
mod into_bytes;
|
||||
pub use into_bytes::IntoBytes;
|
||||
|
||||
Reference in New Issue
Block a user