Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Functions
Class
Functions
crates/wasmtime/src/compile/stratify.rs:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
194
#[derive(Debug)]
195
struct Functions {
196
calls: SecondaryMap<Function, Vec<Function>>,
197
}
198
199
impl Default for Functions {
200
fn default() -> Self {
Callers
2
translate_payload
Method · 0.85
wasm
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected