mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Make CI happy. Fix linting and imports
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user