mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-17 01:28:44 +00:00
Merge branch 'arm64' of github.com:wasmerio/wasmer into arm64
This commit is contained in:
@@ -55,7 +55,7 @@ impl Compiler for CraneliftCompiler {
|
||||
&self,
|
||||
target: &Target,
|
||||
compile_info: &CompileModuleInfo,
|
||||
module_translation: &ModuleTranslationState,
|
||||
module_translation_state: &ModuleTranslationState,
|
||||
function_body_inputs: PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>>,
|
||||
) -> Result<Compilation, CompileError> {
|
||||
let isa = self.config().isa(target);
|
||||
@@ -115,7 +115,7 @@ impl Compiler for CraneliftCompiler {
|
||||
// }
|
||||
|
||||
func_translator.translate(
|
||||
module_translation,
|
||||
module_translation_state,
|
||||
input.data,
|
||||
input.module_offset,
|
||||
&mut context.func,
|
||||
|
||||
Reference in New Issue
Block a user