Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ emit
Method
emit
cranelift/object/src/backend.rs:1160–1162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1158
/// Write the object bytes in memory.
1159
#[inline]
1160
pub fn emit(self) -> Result<Vec<u8>, object::write::Error> {
1161
self.object.write()
1162
}
1163
}
1164
1165
#[derive(Clone)]
Callers
11
run
Function · 0.45
switch_error
Function · 0.45
switch_error
Function · 0.45
aarch64_colocated_data_symbol_reloc
Function · 0.45
emits_eh_frame_for_x86_64_systemv_target
Function · 0.45
emits_eh_frame_for_aarch64_target
Function · 0.45
unwind_info_disabled_by_default_emits_no_eh_frame
Function · 0.45
cie_is_shared_across_multiple_functions
Function · 0.45
fde_relocations_target_function_symbols
Function · 0.45
per_function_section_combines_with_unwind_info
Function · 0.45
no_eh_frame_emitted_for_windows_target
Function · 0.45
Calls
1
write
Method · 0.45
Tested by
10
switch_error
Function · 0.36
switch_error
Function · 0.36
aarch64_colocated_data_symbol_reloc
Function · 0.36
emits_eh_frame_for_x86_64_systemv_target
Function · 0.36
emits_eh_frame_for_aarch64_target
Function · 0.36
unwind_info_disabled_by_default_emits_no_eh_frame
Function · 0.36
cie_is_shared_across_multiple_functions
Function · 0.36
fde_relocations_target_function_symbols
Function · 0.36
per_function_section_combines_with_unwind_info
Function · 0.36
no_eh_frame_emitted_for_windows_target
Function · 0.36