MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / compiled_code

Method compiled_code

cranelift/codegen/src/context.rs:96–98  ·  view source on GitHub ↗

Returns the compilation result for this function, available after any `compile` function has been called.

(&self)

Source from the content-addressed store, hash-verified

94 /// Returns the compilation result for this function, available after any `compile` function
95 /// has been called.
96 pub fn compiled_code(&self) -> Option<&CompiledCode> {
97 self.compiled_code.as_ref()
98 }
99
100 /// Returns the compilation result for this function, available after any `compile` function
101 /// has been called.

Callers 5

handle_moduleFunction · 0.80
get_code_bb_layoutMethod · 0.80
create_unwind_infoMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected