You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to divide negative integer into positive using both i32.div_s and i64.div_s. In both ways result was wrong. I didn't check, but now think it worth to check how other arithmetic operations work with negatives
The text was updated successfully, but these errors were encountered:
I tried to divide negative integer into positive using both
i32.div_s
andi64.div_s
. In both ways result was wrong. I didn't check, but now think it worth to check how other arithmetic operations work with negativesThe text was updated successfully, but these errors were encountered: