A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/WebAssembly/Reference/Memory below:

WebAssembly memory instructions - WebAssembly

MDN Web Docs
  1. WebAssembly
  2. Reference
  3. WebAssembly memory instructions

Filter sidebar

  1. WebAssembly
  2. Guides
  3. WebAssembly concepts
  4. Compiling from C/C++ to WebAssembly
  5. Compiling an existing C module to WebAssembly
  6. Compiling from Rust to WebAssembly
  7. Using the WebAssembly JavaScript API
  8. Understanding WebAssembly text format
  9. Converting WebAssembly text format
  10. Loading and running WebAssembly code
  11. Exported WebAssembly functions
  12. JavaScript builtins
  13. Imported global string constants
  14. Reference
  15. JavaScript interface
    1. WebAssembly
      1. WebAssembly.compile()
      2. WebAssembly.compileStreaming()
      3. WebAssembly.instantiate()
      4. WebAssembly.instantiateStreaming()
      5. WebAssembly.validate()
    2. WebAssembly.Module
      1. WebAssembly.Module.customSections()
      2. WebAssembly.Module.exports()
      3. WebAssembly.Module.imports()
      4. WebAssembly.Module() constructor
    3. WebAssembly.Global
      1. WebAssembly.Global() constructor
    4. WebAssembly.Instance
      1. WebAssembly.Instance.prototype.exports
      2. WebAssembly.Instance() constructor
    5. WebAssembly.Memory
      1. WebAssembly.Memory.prototype.buffer
      2. WebAssembly.Memory.prototype.grow()
      3. WebAssembly.Memory() constructor
    6. WebAssembly.Table
      1. WebAssembly.Table.prototype.get()
      2. WebAssembly.Table.prototype.grow()
      3. WebAssembly.Table.prototype.length
      4. WebAssembly.Table.prototype.set()
      5. WebAssembly.Table() constructor
    7. WebAssembly.Tag
      1. WebAssembly.Tag.prototype.type()
      2. WebAssembly.Tag() constructor
    8. WebAssembly.Exception
      1. WebAssembly.Exception constructor
      2. WebAssembly.Exception.prototype.getArg()
      3. WebAssembly.Exception.prototype.is()
      4. WebAssembly.Exception.prototype.stack Non-standard
    9. WebAssembly.CompileError
      1. WebAssembly.CompileError() constructor
    10. WebAssembly.LinkError
      1. WebAssembly.LinkError() constructor
    11. WebAssembly.RuntimeError
      1. WebAssembly.RuntimeError() constructor
  16. Instructions
    1. Control flow
      1. block
      2. br
      3. call
      4. Drop
      5. end
      6. if...else
      7. loop
      8. nop
      9. return
      10. Select
      11. unreachable
    2. Memory
      1. copy
      2. fill
      3. grow
      4. load
      5. size
      6. store
    3. Numeric
      1. Absolute
      2. Addition
      3. AND
      4. Ceil
      5. Const
      6. Convert
      7. Copy sign
      8. Count leading zeros
      9. Count trailing zeros
      10. Demote
      11. Division
      12. Equal
      13. Extend
      14. Floor
      15. Greater or equal
      16. Greater than
      17. Left rotate
      18. Left shift
      19. Less or equal
      20. Less than
      21. Max
      22. Min
      23. Multiplication
      24. Nearest
      25. Negate
      26. Not equal
      27. OR
      28. Population count
      29. Promote
      30. Reinterpret
      31. Remainder
      32. Right rotate
      33. Right shift
      34. Square root
      35. Subtraction
      36. Truncate (float to float)
      37. Truncate (float to int)
      38. Wrap
      39. XOR
    4. Variables
      1. Global
      2. Global get
      3. Global set
      4. Local
      5. Local get
      6. Local set
      7. Local tee
WebAssembly memory instructions

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

Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Jan 31, 2025 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4