Local set
Die local.set
Anweisung setzt die Werte einer lokalen Variable.
Probieren Sie es aus
Syntax
wasm
;; load the number 2 onto the stack
i32.const 2
;; store the number 2 in the variable $val
local.set $val
Anweisung | Binärer Opcode |
---|---|
local.set |
0x21 |