Const
Die const
Anweisungen werden verwendet, um Zahlen zu deklarieren.
Probieren Sie es aus
Syntax
wasm
;; push `5` onto the stack
i32.const 5
Anweisung | Binäroperationscode |
---|---|
i32.const |
0x41 |
i64.const |
0x42 |
f32.const |
0x43 |
f64.const |
0x44 |