Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ FuncRef
Class
FuncRef
cranelift/codegen/src/ir/entities.rs:278–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
277
#[cfg_attr(feature =
"enable-serde"
, derive(Serialize, Deserialize))]
278
pub struct FuncRef(u32);
279
entity_impl!(FuncRef,
"fn"
);
280
281
impl FuncRef {
Callers
15
numbered_entity
Method · 0.85
from
Method · 0.85
funcref
Method · 0.85
call_indirect_native_from_wasm_import_global
Function · 0.85
import_works
Function · 0.85
calls_with_funcref_and_externref
Function · 0.85
call_wasm_passing_subtype_func_param
Function · 0.85
call_func_with_funcref_both_typed_and_untyped
Function · 0.85
import_works
Function · 0.85
linker_instantiate_with_concrete_func_refs
Function · 0.85
linker_defines_global_subtype_const_ok
Function · 0.85
linker_defines_global_subtype_const_err
Function · 0.85
Calls
no outgoing calls
Tested by
2
host_globals_keep_type_registration
Function · 0.68
get_set_funcref_globals_via_api
Function · 0.68