SIGN IN SIGN UP

I64ToI32Lowering: Document non-trapping float truncation behavior. NFC (#9022)

Document that `I64ToI32Lowering` is designed for the `wasm2js` pipeline
and does not preserve strict WebAssembly trapping semantics for
float-to-int conversions.

Also add comments in `lowerTruncFloatToInt` noting that the emitted
32-bit truncations are translated to JavaScript bitwise operations in
`wasm2js` and thus do not trap on out-of-range values, NaN, or infinity.

See: #9017
S
Sam Clegg committed
89a81ef9b72ef1c677be6be89178d19598e5760f
Parent: 8418a24
Committed by GitHub <noreply@github.com> on 8/19/2026, 11:02:06 PM