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