summaryrefslogtreecommitdiff
path: root/include/wabt/range.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch from `typedef` to using `using` in C++ code. NFC (#2066)Sam Clegg2022-11-151-2/+2
| | | | This is more modern and (IMHO) easier to read than that old C typedef syntax.
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-0/+37
This makes things easier for users and packagers of libwabt.