diff --git a/lib/api/src/lib.rs b/lib/api/src/lib.rs old mode 100644 new mode 100755 index 0f2ed2d5b9a..1d697208b61 --- a/lib/api/src/lib.rs +++ b/lib/api/src/lib.rs @@ -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"))]