Use general store

This commit is contained in:
Syrus Akbary
2023-02-09 20:29:24 +01:00
parent 2a067fdb8c
commit 4c9a154e77
35 changed files with 66 additions and 283 deletions

View File

@@ -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;