Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
types
Method · 0.45
imports
Method · 0.45
exports
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected