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

Method visit_memory_init

winch/codegen/src/visitor.rs:1757–1759  ·  view source on GitHub ↗
(&mut self, data_index: u32, mem: u32)

Source from the content-addressed store, hash-verified

1755 }
1756
1757 fn visit_memory_init(&mut self, data_index: u32, mem: u32) -> Self::Output {
1758 self.emit_memory_init(DataIndex::from_u32(data_index), MemoryIndex::from_u32(mem))
1759 }
1760
1761 fn visit_memory_copy(&mut self, dst_mem: u32, src_mem: u32) -> Self::Output {
1762 self.emit_memory_copy(

Callers

nothing calls this directly

Calls 1

emit_memory_initMethod · 0.80

Tested by

no test coverage detected