• Skip to main content
  • Skip to search
  • Skip to select language
MDN Web Docs
  • References
    • Overview / Web Technology

      Web technology reference for developers

    • HTML

      Structure of content on the web

    • CSS

      Code used to describe document style

    • JavaScript

      General-purpose scripting language

    • HTTP

      Protocol for transmitting web resources

    • Web APIs

      Interfaces for building web applications

    • Web Extensions

      Developing extensions for web browsers

    • Accessibility

      Build web projects usable for all

    • Web Technology

      Web technology reference for developers

  • Learn
    • Overview / MDN Learning Area

      Learn web development

    • MDN Learning Area

      Learn web development

    • HTML

      Learn to structure web content with HTML

    • CSS

      Learn to style content using CSS

    • JavaScript

      Learn to run scripts in the browser

    • Accessibility

      Learn to make the web accessible to all

  • Plus
    • Overview

      A customized MDN experience

    • AI Help

      Get real-time assistance and support

    • Updates

      All browser compatibility updates at a glance

    • Documentation

      Learn how to use MDN Plus

    • FAQ

      Frequently asked questions about MDN Plus

  • Curriculum New
  • Blog
    • Playground

      Write, test and share your code

    • HTTP Observatory

      Scan a website for free

    • AI Help

      Get real-time assistance and support

  • Log in
  • Sign up for free
  1. WebAssembly
  2. Reference
  3. WebAssembly Variablenanweisungen
  4. Lokal get
    • English (US)

Experiment: Dieser Inhalt wurde automatisch aus dem Englischen übersetzt, und kann Fehler enthalten.

In diesem Artikel

  • Probieren Sie es aus
  • Syntax
  1. WebAssembly
  2. Guides
  3. WebAssembly-Konzepte
  4. C/C++ zu WebAssembly kompilieren
  5. Compiling an existing C module to WebAssembly
  6. Rust zu WebAssembly kompilieren
  7. WebAssembly-JavaScript-API verwenden
  8. WebAssembly-Textformat verstehen
  9. Converting WebAssembly text format
  10. WebAssembly-Code laden und ausführen
  11. Exportierte WebAssembly-Funktionen
  12. JavaScript-Standardobjekte
  13. Importierte globale String-Konstanten
  14. Reference
  15. JavaScript-Schnittstelle
    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() Konstruktor
    3. WebAssembly.Global
      1. WebAssembly.Global() Konstruktor
    4. WebAssembly.Instance
      1. WebAssembly.Instance.prototype.exports
      2. WebAssembly.Instance() Konstruktor
    5. WebAssembly.Memory
      1. WebAssembly.Memory.prototype.buffer
      2. WebAssembly.Memory.prototype.grow()
      3. `WebAssembly.Memory()` Konstruktor
    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() Konstruktor
    7. WebAssembly.Tag
      1. WebAssembly.Tag.prototype.type()
      2. WebAssembly.Tag() Konstruktor
    8. WebAssembly.Exception
      1. WebAssembly.Exception-Konstruktor
      2. WebAssembly.Exception.prototype.getArg()
      3. WebAssembly.Exception.prototype.is()
      4. WebAssembly.Exception.prototype.stack Nicht standardisiert
    9. WebAssembly.CompileError
      1. WebAssembly.CompileError() Konstruktor
    10. WebAssembly.LinkError
      1. WebAssembly.LinkError()-Konstruktor
    11. WebAssembly.RuntimeError
      1. WebAssembly.RuntimeError() Konstruktor
  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. Absolut
      2. Addition
      3. AND
      4. Ceil
      5. Const
      6. Convert
      7. Kopiere das Vorzeichen
      8. Zählen führender Nullen
      9. Zählen von nachfolgenden Nullen
      10. Demote
      11. Division
      12. Equal
      13. Extend
      14. Floor
      15. Größer oder gleich
      16. Greater than
      17. Left rotate
      18. Linkssschiebung
      19. Weniger oder gleich
      20. Weniger als
      21. Max
      22. Min
      23. Multiplikation
      24. Nearest
      25. Negate
      26. Ungleich
      27. OR
      28. Population count
      29. Promote
      30. Reinterpretieren
      31. Restwert
      32. Rechtsrotation
      33. Rechtsschiebung
      34. Quadratwurzel
      35. Subtraktion
      36. Truncate (float zu float)
      37. Truncate (float to int)
      38. Wrap
      39. XOR
    4. Variables
      1. Global
      2. Global get
      3. Global set
      4. Local
      5. Lokal get