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

Method engine_code

crates/wasmtime/src/runtime/component/component.rs:566–568  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

564 }
565
566 pub(crate) fn engine_code(&self) -> &Arc<EngineCode> {
567 &self.inner.code
568 }
569
570 /// Get this component's code object's `.text` section, containing its
571 /// compiled executable code.

Callers 7

registerMethod · 0.45
test_frame_infoFunction · 0.45
func_loc_to_pointerMethod · 0.45
textMethod · 0.45
address_mapMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_frame_infoFunction · 0.36