Commit message (Collapse) | 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 |
| | | | This makes things easier for users and packagers of libwabt. | ||||
* | [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 |
| | | | | | | | | | * Fix bug when writing multi-value block type The block type must be written as an SLEB, not an LEB. We also want it to be relocatable, so I added a way to write a fixed-size SLEB too (`WriteS32Leb128WithReloc` and `WriteFixedS32Leb128`). * Fix ubsan issue | ||||
* | 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 |
| | | | | | | It's easy to forget to add a check for unexpected opcodes, and it's tedious to have to write additional tests in `test/binary/*`. This way we can test all potentially disabled instructions at once. | ||||
* | [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 |
Also rename some of the functions. |