---
title: WebAssembly memory instructions slug: WebAssembly/Reference/Memory
{{WebAssemblySidebar}}
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.