MCPcopy 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

issue_9714Function · 0.80
val_type_to_wasm_typeFunction · 0.80
declare_localsFunction · 0.80
block_with_paramsFunction · 0.80
default_for_tyMethod · 0.80
_from_rawMethod · 0.80
_matches_tyMethod · 0.80
default_valueMethod · 0.80
matchesMethod · 0.80

Calls

no outgoing calls