mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 01:09:26 +00:00
Merge branch 'master' into imp_singlepass_x86_64_tzcnt
This commit is contained in:
@ -248,13 +248,13 @@ impl Compiler for SinglepassCompiler {
|
||||
#[cfg(not(feature = "unwind"))]
|
||||
let dwarf = None;
|
||||
|
||||
Ok(Compilation::new(
|
||||
functions.into_iter().collect(),
|
||||
Ok(Compilation {
|
||||
functions: functions.into_iter().collect(),
|
||||
custom_sections,
|
||||
function_call_trampolines,
|
||||
dynamic_function_trampolines,
|
||||
dwarf,
|
||||
))
|
||||
debug: dwarf,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user