f64.promote_f32
f64.promote_f32 conversion/reinterpretation instruction.
core0xBB
Syntax
f64.promote_f32
Stack Effect
[f32] -> [f64]Opcode
- Hex
0xBB- Decimal
187- Bytes
[0xbb]- Encoding
0xBB- Category
- numeric
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.promote_f32 example
)