mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-25 20:31:02 +00:00
The LEB parser is renamed `uleb`. It now checks for overflow, and badly-formed bits, resp. `TooLarge` or `Eof`. More test cases are added, whose from the DWARF 4 standard.