mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Use general store
This commit is contained in:
@@ -3,11 +3,11 @@ use crate::js::error::InstantiationError;
|
||||
use crate::js::error::WasmError;
|
||||
use crate::js::externals::Extern;
|
||||
use crate::js::imports::Imports;
|
||||
use crate::js::store::AsStoreMut;
|
||||
use crate::js::types::{AsJs, ExportType, ImportType};
|
||||
use crate::js::vm::VMInstance;
|
||||
use crate::js::RuntimeError;
|
||||
use crate::module::IoCompileError;
|
||||
use crate::store::AsStoreMut;
|
||||
use crate::AsEngineRef;
|
||||
use crate::IntoBytes;
|
||||
use bytes::Bytes;
|
||||
|
||||
Reference in New Issue
Block a user