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

Method visit_table_init

winch/codegen/src/visitor.rs:1718–1720  ·  view source on GitHub ↗
(&mut self, elem: u32, table: u32)

Source from the content-addressed store, hash-verified

1716 }
1717
1718 fn visit_table_init(&mut self, elem: u32, table: u32) -> Self::Output {
1719 self.emit_table_init(ElemIndex::from_u32(elem), TableIndex::from_u32(table))
1720 }
1721
1722 fn visit_table_copy(&mut self, dst: u32, src: u32) -> Self::Output {
1723 self.emit_table_copy(TableIndex::from_u32(dst), TableIndex::from_u32(src))

Callers

nothing calls this directly

Calls 1

emit_table_initMethod · 0.80

Tested by

no test coverage detected