Are we using signed or unsigned LEB128?
JobLeonard opened this issue · 2 comments
JobLeonard commented
If I read the Python code correctly, the LEB128 lengths in strings and typed arrays are unsigned LEB128, and for the 0xBB
typed values we use signed LEB128, but it isn't specified anywhere else. Maybe that should be clarified in the images and presentation.
vshymanskyy commented
That's correct. Will be documented soon
vshymanskyy commented
Related to #8