mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
Moved js-specific functions to as_js module
This commit is contained in:
@@ -3,13 +3,13 @@ use crate::js::error::InstantiationError;
|
||||
use crate::js::error::WasmError;
|
||||
use crate::js::externals::Extern;
|
||||
use crate::js::imports::Imports;
|
||||
use crate::js::types::{AsJs, ExportType, ImportType};
|
||||
use crate::js::vm::VMInstance;
|
||||
use crate::js::AsJs;
|
||||
use crate::js::RuntimeError;
|
||||
use crate::module::IoCompileError;
|
||||
use crate::store::AsStoreMut;
|
||||
use crate::AsEngineRef;
|
||||
use crate::IntoBytes;
|
||||
use crate::{AsEngineRef, ExportType, ImportType};
|
||||
use bytes::Bytes;
|
||||
use js_sys::{Reflect, Uint8Array, WebAssembly};
|
||||
use std::fmt;
|
||||
|
||||
Reference in New Issue
Block a user