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

Method engine_code

crates/wasmtime/src/runtime/module.rs:648–650  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

646 }
647
648 pub(crate) fn engine_code(&self) -> &Arc<EngineCode> {
649 &self.inner.code
650 }
651
652 pub(crate) fn env_module(&self) -> &Arc<wasmtime_environ::Module> {
653 self.compiled_module().module()

Callers 10

serializeMethod · 0.45
image_rangeMethod · 0.45
address_mapMethod · 0.45
textMethod · 0.45
newMethod · 0.45
engine_type_indexMethod · 0.45
wasm_dataMethod · 0.45
type_idsMethod · 0.45
newMethod · 0.45
in_storeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected