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
`Number(big) | 0` was wrong, as the Number conversion applies JS
rounding when it turns i64 into double. To fix this, get the bits we want first
using a precise i64 operation on BigInts.
0 commit comments