WebAssembly memory instructions

WebAssembly memory instructions.

copy

Copies data from one memory region 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 data definition into a memory.

load

Loads a number from memory.

size

Gets the size of the memory instance.

store

Stores a number in memory.

See also