Make CI happy. Fix linting and imports

This commit is contained in:
Syrus Akbary
2023-02-10 08:05:07 -08:00
parent 5a829bc363
commit 543e7cb945
12 changed files with 17 additions and 21 deletions

View File

@@ -451,7 +451,7 @@ 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};
pub use store::{AsStoreMut, AsStoreRef, OnCalledHandler, Store, StoreId, StoreMut, StoreRef};
#[cfg(feature = "sys")]
pub use store::{TrapHandlerFn, Tunables};