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

Method module_types

crates/wasmtime/src/runtime/code.rs:149–151  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

147 }
148
149 pub fn module_types(&self) -> &ModuleTypes {
150 self.types.module_types()
151 }
152
153 pub fn signatures(&self) -> &TypeCollection {
154 &self.signatures

Callers 3

typesMethod · 0.45
importsMethod · 0.45
exportsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected