-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Description
--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
?
jfbastien, lukewagner, pepyakin, littledan, Pauan and 1 more
Metadata
Metadata
Assignees
Labels
No labels