MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / index_type

Method index_type

winch/codegen/src/codegen/env.rs:49–54  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47
48impl TableData {
49 pub fn index_type(&self) -> WasmValType {
50 match self.ty.idx_type {
51 IndexType::I32 => WasmValType::I32,
52 IndexType::I64 => WasmValType::I64,
53 }
54 }
55}
56
57/// Heap metadata.

Callers 12

visit_memory_growMethod · 0.45
load_dynamic_heap_boundsFunction · 0.45
load_heap_addr_uncheckedFunction · 0.45
emit_table_fillMethod · 0.45
emit_check_alignMethod · 0.45
emit_memory_copyMethod · 0.45
emit_memory_fillMethod · 0.45
emit_table_initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected