Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ func_ref
Method
func_ref
crates/wasmtime/src/runtime/func.rs:2785–2787 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2783
}
2784
2785
pub(crate) fn func_ref(&self) -> &VMFuncRef {
2786
unsafe { self.ctx.get().as_ref().func_ref() }
2787
}
2788
2789
pub(crate) fn asyncness(&self) -> Asyncness {
2790
self.asyncness
Callers
4
to_func_store_rooted
Method · 0.45
sig_index
Method · 0.45
new
Method · 0.45
pre_instantiate_raw
Function · 0.45
Calls
2
as_ref
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected