Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch from `typedef` to using `using` in C++ code. NFC (#2066) | Sam Clegg | 2022-11-15 | 1 | -2/+2 |
| | | | | This is more modern and (IMHO) easier to read than that old C typedef syntax. | ||||
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -0/+99 |
This makes things easier for users and packagers of libwabt. |