Skip to content

Commit

Permalink
Merge pull request #4546 from Twey/expose-StoreObjects
Browse files Browse the repository at this point in the history
Expose `store::StoreObjects`
  • Loading branch information
syrusakbary authored Apr 9, 2024
2 parents ede8c57 + a7478d9 commit 5800991
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/api/src/lib.rs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,9 @@ pub use mem_access::{MemoryAccessError, WasmRef, WasmSlice, WasmSliceIter};
pub use module::{IoCompileError, Module};
pub use native_type::{FromToNativeWasmType, NativeWasmTypeInto, WasmTypeList};
pub use ptr::{Memory32, Memory64, MemorySize, WasmPtr, WasmPtr64};
pub use store::{AsStoreMut, AsStoreRef, OnCalledHandler, Store, StoreId, StoreMut, StoreRef};
pub use store::{
AsStoreMut, AsStoreRef, OnCalledHandler, Store, StoreId, StoreMut, StoreObjects, StoreRef,
};
#[cfg(feature = "sys")]
pub use store::{TrapHandlerFn, Tunables};
#[cfg(any(feature = "sys", feature = "jsc"))]
Expand Down

0 comments on commit 5800991

Please sign in to comment.