Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ to_eqref
Method
to_eqref
crates/c-api/include/wasmtime/arrayref.hh:53–57 ·
view source on GitHub ↗
Upcast to eqref.
Source
from the content-addressed store, hash-verified
51
52
/// Upcast to eqref.
53
inline EqRef ArrayRef::to_eqref() const {
54
wasmtime_eqref_t out;
55
wasmtime_arrayref_to_eqref(&raw, &out);
56
return EqRef(out);
57
}
58
59
} // namespace wasmtime
60
Callers
7
arrayref_to_eqref_rooted
Function · 0.45
arrayref_owned_to_eqref
Function · 0.45
structref_to_eqref_rooted
Function · 0.45
structref_owned_to_eqref
Function · 0.45
wasmtime_arrayref_to_eqref
Function · 0.45
wasmtime_structref_to_eqref
Function · 0.45
TEST
Function · 0.45
Calls
2
wasmtime_arrayref_to_eqref
Function · 0.85
EqRef
Class · 0.70
Tested by
5
arrayref_to_eqref_rooted
Function · 0.36
arrayref_owned_to_eqref
Function · 0.36
structref_to_eqref_rooted
Function · 0.36
structref_owned_to_eqref
Function · 0.36
TEST
Function · 0.36