Currently, the --disable-bulk-memory / --disable bulk-memory is always added by the WAT and AssemblyScript compilers. This is not always desirable, as it might undesirably and unavoidably reject programs containing bulk memory operations such as memory.fill or table.grow. Therefore, an toggle option to enable or disable the bulk memory for the user of the Latch framework would be useful.
Currently, the
--disable-bulk-memory/--disable bulk-memoryis always added by the WAT and AssemblyScript compilers. This is not always desirable, as it might undesirably and unavoidably reject programs containing bulk memory operations such asmemory.fillortable.grow. Therefore, an toggle option to enable or disable the bulk memory for the user of the Latch framework would be useful.