wasefire icon indicating copy to clipboard operation
wasefire copied to clipboard

Compact typed representation of Api<T>

Open ia0 opened this issue 2 years ago • 0 comments
trafficstars

It should essentially be a u32 using the arbitrary_enum_discriminant feature, followed by the Merged<T>. It might need #[repr(C, u32)] too.

Related issues:

  • #59

ia0 avatar Mar 28 '23 17:03 ia0