mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 01:09:26 +00:00
improvement(compiler) renammed codeGen_x64 to CodeGen, now that it's archetecture independant
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
// Allow unused imports while developing.
|
||||
#![allow(unused_imports, dead_code)]
|
||||
|
||||
use crate::codegen_x64::FuncGen;
|
||||
use crate::codegen::FuncGen;
|
||||
use crate::config::Singlepass;
|
||||
use crate::machine::{
|
||||
gen_import_call_trampoline, gen_std_dynamic_import_trampoline, gen_std_trampoline, CodegenError,
|
||||
|
Reference in New Issue
Block a user