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