summaryrefslogtreecommitdiff
path: root/include/wabt/binary.h
Commit message (Collapse)AuthorAgeFilesLines
* Update ID for tag name subsection (#2336)Michael Williamson2023-11-271-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 Clegg2022-11-151-1/+1
| | | IIUC this is preferred in modern C++ and expresses indent better.
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-0/+106
This makes things easier for users and packagers of libwabt.