f64.load
f64.load reads bytes from linear memory.
core0x2B
Syntax
f64.load
Stack Effect
[address i32] -> [value]Opcode
- Hex
0x2B- Decimal
43- Bytes
[0x2b]- Encoding
0x2B <memarg:memarg>- Immediates
memarg:memarg— alignment hint and offset (two u32 LEB128 values)
- Category
- memory
Browser Support
Core WebAssembly instruction.
Validation Rules
- Operands and result types must match the instruction signature.
- The instruction must appear in a valid structured control context.
Common Mistakes
- Using the instruction with the wrong operand type.
- Forgetting that WAT validation is stack-typed.
(func $example
;; f64.load example
)