--bikeshed warning--
As discussed here, we will likely add a suite of new memory operations, mem.init, mem.clear, mem.copy, etc.
We could follow the current naming scheme and call these init_memory, clear_memory, copy_memory (or move_memory), but the mem. syntax is kind of nice, and mimics the style of other instructions. But then we have a bit of a naming wart with grow_memory and memory_size. Should we rename these to mem.grow and mem.size?