Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/webassembly/reference/memory/index.md
6517 views
---
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.