Skip to content

unsigned

Auto edited this page May 9, 2022 · 2 revisions

unsigned

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

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally