WebAssembly memory instructions
WebAssembly memory instructions.
copy-
Copies data from one
memoryregion to another. fill-
Sets all values in a region to a specific byte.
grow-
Increases the size of the memory instance.
init-
Copies the bytes from a passive
datadefinition into amemory. load-
Loads a number from memory.
size-
Gets the size of the memory instance.
store-
Stores a number in memory.
See also
memorydefinitionWebAssembly.MemoryJavaScript API