(&mut self, mem: u32)
| 1766 | } |
| 1767 | |
| 1768 | fn visit_memory_fill(&mut self, mem: u32) -> Self::Output { |
| 1769 | self.emit_memory_fill(MemoryIndex::from_u32(mem)) |
| 1770 | } |
| 1771 | |
| 1772 | fn visit_memory_size(&mut self, mem: u32) -> Self::Output { |
| 1773 | let heap = self.env.resolve_heap(MemoryIndex::from_u32(mem)); |
nothing calls this directly
no test coverage detected