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

Method env_component

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

Source from the content-addressed store, hash-verified

484 }
485
486 pub(crate) fn env_component(&self) -> &wasmtime_environ::component::Component {
487 &self.inner.info.component
488 }
489
490 pub(crate) fn static_module(&self, idx: StaticModuleIndex) -> &Module {
491 &self.inner.static_modules[idx]

Callers 15

post_return_core_funcMethod · 0.80
abi_asyncMethod · 0.80
abi_infoMethod · 0.80
post_return_implMethod · 0.80
get_funcMethod · 0.80
_get_exportMethod · 0.80
lookup_exportMethod · 0.80
optionsMethod · 0.80
options_memory_rawMethod · 0.80
newMethod · 0.80
runMethod · 0.80
resourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected