mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 06:38:22 +00:00
Unified Extern in js/sys
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
use crate::errors::InstantiationError;
|
||||
use crate::imports::Imports;
|
||||
use crate::js::externals::Extern;
|
||||
use crate::js::vm::VMInstance;
|
||||
use crate::js::AsJs;
|
||||
use crate::js::RuntimeError;
|
||||
use crate::module::IoCompileError;
|
||||
use crate::store::AsStoreMut;
|
||||
use crate::Extern;
|
||||
use crate::IntoBytes;
|
||||
use crate::{AsEngineRef, ExportType, ImportType};
|
||||
use bytes::Bytes;
|
||||
|
||||
Reference in New Issue
Block a user