-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The types short, ushort, byte, and sbyte should be added, in order to facilitate memory-constrained operations (such as emulating an 8-bit CPU).
As WASM does not currently support signed i8 or i16 arithmetic, the types would need to be restricted to being used in struct fields only, or extra truncation operations would need to be generated during operations. I haven't decided yet if the truncation is worthwhile.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels