mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-30 12:19:28 +00:00
Merge branch 'master' into frame-info
# Conflicts: # lib/compiler/src/function.rs # lib/compiler/src/lib.rs
This commit is contained in:
@ -267,7 +267,9 @@ impl Compiler for CraneliftCompiler {
|
||||
.into_iter()
|
||||
.collect::<PrimaryMap<LocalFuncIndex, _>>();
|
||||
|
||||
Ok(Compilation::new(functions))
|
||||
let custom_sections = PrimaryMap::new();
|
||||
|
||||
Ok(Compilation::new(functions, custom_sections))
|
||||
}
|
||||
|
||||
fn compile_wasm_trampolines(
|
||||
|
Reference in New Issue
Block a user