WebAssembly memory instructions.
copyCopies data from one memory region to another.
fillSets all values in a region to a specific byte.
growIncreases the size of the memory instance.
initCopies the bytes from a passive data definition into a memory.
loadLoads a number from memory.
sizeGets the size of the memory instance.
storeStores a number in memory.
memory definitionWebAssembly.Memory JavaScript API