SIGN IN SIGN UP

ConstraintAnalysis: Fix parsing of i64 operations (#9029)

A silly bug: `i64.eqz` etc. return i32s, not i64s, but we were checking
with the type of the result. We need to check with the type of the inputs.
A
Alon Zakai committed
cafd9c30c96ae29e9632a1e38a32248dcd6d6ae4
Parent: 293a351
Committed by GitHub <noreply@github.com> on 8/21/2026, 6:46:21 PM