mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Improved compilation with Dwarf
This commit is contained in:
@@ -112,7 +112,7 @@ impl Compiler for LLVMCompiler {
|
||||
})
|
||||
.collect::<PrimaryMap<LocalFunctionIndex, _>>();
|
||||
|
||||
Ok(Compilation::new(functions, module_custom_sections))
|
||||
Ok(Compilation::new(functions, module_custom_sections, None))
|
||||
}
|
||||
|
||||
fn compile_function_call_trampolines(
|
||||
|
||||
Reference in New Issue
Block a user