mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
more formatting
This commit is contained in:
@@ -97,7 +97,7 @@ impl FuncTrampoline {
|
||||
let CompiledFunction {
|
||||
compiled_function,
|
||||
custom_sections,
|
||||
eh_frame_section_indices
|
||||
eh_frame_section_indices,
|
||||
} = load_object_file(
|
||||
mem_buf_slice,
|
||||
FUNCTION_SECTION,
|
||||
@@ -199,7 +199,7 @@ impl FuncTrampoline {
|
||||
let CompiledFunction {
|
||||
compiled_function,
|
||||
custom_sections,
|
||||
eh_frame_section_indices
|
||||
eh_frame_section_indices,
|
||||
} = load_object_file(
|
||||
mem_buf_slice,
|
||||
FUNCTION_SECTION,
|
||||
|
||||
Reference in New Issue
Block a user