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

Method env_module

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

Source from the content-addressed store, hash-verified

650 }
651
652 pub(crate) fn env_module(&self) -> &Arc<wasmtime_environ::Module> {
653 self.compiled_module().module()
654 }
655
656 pub(crate) fn types(&self) -> &ModuleTypes {
657 self.inner.code.module_types()

Callers 3

resources_requiredMethod · 0.45
functionsMethod · 0.45
cow_on_by_defaultFunction · 0.45

Calls 2

compiled_moduleMethod · 0.80
moduleMethod · 0.45

Tested by

no test coverage detected