Back to Content

WebAssembly memory instructions

files/en-us/webassembly/reference/memory/index.md

latest644 B
Original Source

WebAssembly memory instructions.

  • grow
    • : Increase the size of the memory instance.
  • size
    • : Get the size of the memory instance.
  • load
    • : Load a number from memory.
  • store
    • : Store a number in memory.
  • copy
    • : Copy data from one region in memory to another
  • fill
    • : Set all values in a region to a specific byte