mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 01:09:26 +00:00
improvement(compiler) abstraction of emit_memory_op
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
#![allow(unused_imports, dead_code)]
|
||||
|
||||
use crate::codegen_x64::{
|
||||
gen_import_call_trampoline, gen_std_dynamic_import_trampoline, gen_std_trampoline,
|
||||
CodegenError, FuncGen,
|
||||
gen_import_call_trampoline, gen_std_dynamic_import_trampoline, gen_std_trampoline, FuncGen,
|
||||
};
|
||||
use crate::config::Singlepass;
|
||||
use crate::machine::CodegenError;
|
||||
use loupe::MemoryUsage;
|
||||
#[cfg(feature = "rayon")]
|
||||
use rayon::prelude::{IntoParallelIterator, ParallelIterator};
|
||||
|
Reference in New Issue
Block a user