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
Since gleam v1.9, bit arrays no longer have to be byte aligned. The docs still say that some of the bit array functions will crash JS because they generate non-byte-aligned bit arrays.
Add tests for non-byte-aligned bit arrays for JS target