Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ID for tag name subsection (#2336) | Michael Williamson | 2023-11-27 | 1 | -6/+2 |
| | | | | | | | The tag name subsection currently has the speculative ID of 10. However, the extended-name-section proposal has now been updated to use an ID of 11 for the tag name section. This updates the NameSectionSubsection enum accordingly, as well as adding a field name section with the ID of 10. | ||||
* | Prefer `constexpr` over `static const`. NFC (#2065) | Sam Clegg | 2022-11-15 | 1 | -1/+1 |
| | | | IIUC this is preferred in modern C++ and expresses indent better. | ||||
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -0/+106 |
This makes things easier for users and packagers of libwabt. |