foliojs/restructure

Int of 4 bytes not exists?

aleffff opened this issue · 1 comments

In c++, the int is 4 bytes.
And here it starts at uint8, is there any way around it?

uint8 means unsigned int of 8 bits, which just means that it is 1 byte long.