-
-
Notifications
You must be signed in to change notification settings - Fork 4
unsigned
Auto edited this page May 9, 2022
·
2 revisions
The only situation in which unsigned numbers are relevant in wasp is with 8bit bytes which are unsigned versus 32 and 62 bit integers which are (always) signed by default. For other numbers the condept of unsigned is irrelevant, except for rare interactions with other ABIs