local.set $label
* | The value to be stored in the local variable. The data type must be the same as the variable used. |
NONE |
;; Example function (func $example ;; Create local variable (local $age i32) ;; Set $age local variable i32.const 42 local.set $age ... )