mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-30 12:19:28 +00:00
Merge branch 'master' into cranelift-update
# Conflicts: # lib/engine-jit/src/code_memory.rs # lib/engine-jit/src/engine.rs
This commit is contained in:
@ -86,7 +86,7 @@ impl Compiler for CraneliftCompiler {
|
||||
let signatures = module
|
||||
.signatures
|
||||
.iter()
|
||||
.map(|(_sig_index, func_type)| signature_to_cranelift_ir(func_type, &frontend_config))
|
||||
.map(|(_sig_index, func_type)| signature_to_cranelift_ir(func_type, frontend_config))
|
||||
.collect::<PrimaryMap<SignatureIndex, ir::Signature>>();
|
||||
|
||||
// Generate the frametable
|
||||
|
Reference in New Issue
Block a user