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
Related to WebAssembly/component-model#370, the Go code generation for flags types currently supports flags with <= 64 labels. This is consistent with wit-bindgen (for C and possibly other languages) code generation.
Tasks
Implement flags with > 64 labels, with appropriate bindings generation for flags types that won’t fit in a single integer type.
Implement CABI lift and lower code for flags types larger than uint64.
The text was updated successfully, but these errors were encountered:
Related to WebAssembly/component-model#370, the Go code generation for
flags
types currently supports flags with <= 64 labels. This is consistent withwit-bindgen
(for C and possibly other languages) code generation.Tasks
flags
with > 64 labels, with appropriate bindings generation forflags
types that won’t fit in a single integer type.flags
types larger thanuint64
.The text was updated successfully, but these errors were encountered: