mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
Added partial support for EH_FRAME in Cranelift for unwind
This commit is contained in:
@@ -118,7 +118,7 @@ pub fn make_trampoline_dynamic_function(
|
||||
)
|
||||
.map_err(|error| CompileError::Codegen(pretty_error(&context.func, Some(isa), error)))?;
|
||||
|
||||
let unwind_info = compiled_function_unwind_info(isa, &context)?;
|
||||
let unwind_info = compiled_function_unwind_info(isa, &context)?.maybe_into_to_windows_unwind();
|
||||
|
||||
Ok(FunctionBody {
|
||||
body: code_buf,
|
||||
|
||||
Reference in New Issue
Block a user