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

Method compiled_module

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

Source from the content-addressed store, hash-verified

642 }
643
644 pub(crate) fn compiled_module(&self) -> &CompiledModule {
645 &self.inner.module
646 }
647
648 pub(crate) fn engine_code(&self) -> &Arc<EngineCode> {
649 &self.inner.code

Callers 15

env_moduleMethod · 0.80
nameMethod · 0.80
debug_bytecodeMethod · 0.80
importsMethod · 0.80
exportsMethod · 0.80
get_exportMethod · 0.80
get_export_indexMethod · 0.80
functionsMethod · 0.80
reserveMethod · 0.80
typecheckFunction · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_frame_infoFunction · 0.64