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
feat(types/objc): Support wider bitfield types in encoding decoder #51
Bitfields now use unsigned long long for spans >32 bits and unsigned
__int128 for spans >64 bits. Spans exceeding 128 bits are capped with
a warning comment.
0 commit comments