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

Method env_module

crates/wasmtime/src/runtime/vm/instance.rs:396–398  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

394 }
395
396 pub(crate) fn env_module(&self) -> &Arc<wasmtime_environ::Module> {
397 self.runtime_info.env_module()
398 }
399
400 pub(crate) fn runtime_module(&self) -> Option<&crate::Module> {
401 match &self.runtime_info {

Callers 15

registerMethod · 0.45
lookup_vmexportFunction · 0.45
moduleMethod · 0.45
cow_on_by_defaultFunction · 0.45
wasmtime_tyMethod · 0.45
wasmtime_tyMethod · 0.45
wasmtime_tyMethod · 0.45
newMethod · 0.45
get_memoryMethod · 0.45
all_globalsMethod · 0.45
defined_globalsMethod · 0.45
set_storeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected