Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ heap_type
Method
heap_type
crates/wasmtime/src/runtime/types.rs:533–535 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
531
/// The heap type that this is a reference to.
532
#[inline]
533
pub fn heap_type(&self) -> &HeapType {
534
&self.heap_type
535
}
536
537
/// Does this reference type match the other?
538
///
Callers
15
drc_transitive_drop_cons_list
Function · 0.80
issue_9714
Function · 0.80
host_globals_keep_type_registration
Function · 0.80
host_table_keep_type_registration
Function · 0.80
val_type_to_wasm_type
Function · 0.80
declare_locals
Function · 0.80
block_with_params
Function · 0.80
default_for_ty
Method · 0.80
_from_raw
Method · 0.80
_matches_ty
Method · 0.80
default_value
Method · 0.80
matches
Method · 0.80
Calls
no outgoing calls
Tested by
2
host_globals_keep_type_registration
Function · 0.64
host_table_keep_type_registration
Function · 0.64