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

Method signatures

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

Source from the content-addressed store, hash-verified

658 }
659
660 pub(crate) fn signatures(&self) -> &crate::type_registry::TypeCollection {
661 self.inner.code.signatures()
662 }
663
664 /// Returns identifier/name that this [`Module`] has. This name
665 /// is used in traps/backtrace details.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected