Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/leb128.cc: fix detection of too-big u64 LEB128s (#2256) | Keith Winstein | 2023-06-09 | 1 | -2/+2 |
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -2/+2 |
* | [Memory64] Support reading/writing limits as 64-bit LEBs (#1664) | Wouter van Oortmerssen | 2021-04-22 | 1 | -0/+7 |
* | Fix bug when writing multi-value block type (#1533) | Ben Smith | 2020-09-08 | 1 | -0/+14 |
* | Added initial "memory64" proposal support (#1500) | Wouter van Oortmerssen | 2020-08-07 | 1 | -0/+44 |
* | Add test for disabled opcodes in binary reader (#934) | Ben Smith | 2018-10-18 | 1 | -0/+11 |
* | [cleanup] Always use braces with if (#691) | Ben Smith | 2017-12-09 | 1 | -6/+10 |
* | Move Leb128 reading functions to leb128.cc (#635) | Ben Smith | 2017-09-22 | 1 | -0/+154 |
* | Move LEB128 stuff to its own file (#612) | Ben Smith | 2017-09-06 | 1 | -0/+127 |