mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 06:38:22 +00:00
cargo fmt
This commit is contained in:
@@ -94,7 +94,11 @@ impl FuncTrampoline {
|
||||
}
|
||||
|
||||
let mem_buf_slice = memory_buffer.as_slice();
|
||||
let CompiledFunction{compiled_function, custom_sections, eh_frame_section_indices} = load_object_file(
|
||||
let CompiledFunction {
|
||||
compiled_function,
|
||||
custom_sections,
|
||||
eh_frame_section_indices
|
||||
} = load_object_file(
|
||||
mem_buf_slice,
|
||||
FUNCTION_SECTION,
|
||||
RelocationTarget::LocalFunc(LocalFunctionIndex::from_u32(0)),
|
||||
@@ -192,7 +196,11 @@ impl FuncTrampoline {
|
||||
}
|
||||
|
||||
let mem_buf_slice = memory_buffer.as_slice();
|
||||
let CompiledFunction{compiled_function, custom_sections, eh_frame_section_indices} = load_object_file(
|
||||
let CompiledFunction {
|
||||
compiled_function,
|
||||
custom_sections,
|
||||
eh_frame_section_indices
|
||||
} = load_object_file(
|
||||
mem_buf_slice,
|
||||
FUNCTION_SECTION,
|
||||
RelocationTarget::LocalFunc(LocalFunctionIndex::from_u32(0)),
|
||||
|
||||
Reference in New Issue
Block a user