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

Method types

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

Source from the content-addressed store, hash-verified

654 }
655
656 pub(crate) fn types(&self) -> &ModuleTypes {
657 self.inner.code.module_types()
658 }
659
660 pub(crate) fn signatures(&self) -> &crate::type_registry::TypeCollection {
661 self.inner.code.signatures()

Callers 3

importsMethod · 0.45
exportsMethod · 0.45
get_exportMethod · 0.45

Calls 1

module_typesMethod · 0.45

Tested by

no test coverage detected