WebAssembly variable instructions
WebAssembly variable getter and setter instructions.
Global
global.get-
Load the value of a global variable onto the stack.
global.set-
Set the value of a global variable.
WebAssembly variable getter and setter instructions.
global.getLoad the value of a global variable onto the stack.
global.setSet the value of a global variable.