Improved compilation with Dwarf

This commit is contained in:
Syrus
2020-06-10 21:37:36 -07:00
parent eaf85c2bfe
commit e2cafd07da
6 changed files with 129 additions and 9 deletions

View File

@ -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(