Path: blob/main/files/en-us/webassembly/reference/variables/index.md
6516 views
------{{WebAssemblySidebar}}
WebAssembly variable instructions.
: Declare a new local variable.
: Load the value of a local variable onto the stack.
: Set the value of a local variable.
: Set the value of a local variable and keep the value on the stack.
: Declare a new global variable.
: Load the value of a global variable onto the stack.
: Set the value of a global variable.