Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ signatures
Method
signatures
crates/wasmtime/src/runtime/code.rs:153–155 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
151
}
152
153
pub fn signatures(&self) -> &TypeCollection {
154
&self.signatures
155
}
156
157
pub fn text_size(&self) -> usize {
158
self.original_code.text().len()
Callers
12
new_raw
Method · 0.45
matches
Method · 0.45
register_and_canonicalize_types
Method · 0.45
drop
Method · 0.45
try_clone
Method · 0.45
eq
Method · 0.45
hash
Method · 0.45
new
Method · 0.45
root
Method · 0.45
from_parts
Method · 0.45
engine_type_index
Method · 0.45
type_ids
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected