Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Function
Class
Function
crates/wasmtime/src/compile/stratify.rs:191–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
190
#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
191
struct Function(u32);
192
wasmtime_environ::entity_impl!(Function);
193
194
#[derive(Debug)]
Callers
3
lookup_vmdef
Function · 0.50
handle_work_item
Method · 0.50
get_export_by_index_mut
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected