Comment on Bijou64: A variable-length integer encodingparentComments−willtemperley3moThe WASM spec is more explicit about over-long LEB128 encoding.Edit: a properly written decoder is a lot more than 10 lines if you properly deal with integer overflow and both signed and unsigned ints.
Comments
The WASM spec is more explicit about over-long LEB128 encoding.
Edit: a properly written decoder is a lot more than 10 lines if you properly deal with integer overflow and both signed and unsigned ints.