i32x4.trunc_sat_f32x4_s
i32x4.trunc_sat_f32x4_s SIMD vector operation.
simd0xFD 0xF8
Syntax
i32x4.trunc_sat_f32x4_s
Stack Effect
SIMD lane operands -> SIMD resultOpcode
- Hex
0xFD 0xF8- Decimal
253 248- Bytes
[0xfd, 0xf8]- Prefix
0xFDSIMD extension space- Encoding
0xFD 0xF8- Category
- simd
- Proposal
- simd
Browser Support
Feature-detect runtime support before executing examples.
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
;; i32x4.trunc_sat_f32x4_s example
)