ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:
https://ballercat.github.io/walt/
MIT License
4.64k stars 122 forks source link

Fix LEB128 ecoding, shift right #106

Closed ballercat closed 6 years ago

ballercat commented 6 years ago

The current handling of negative number literals and their encoding is broken. Fixing that.