Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -82/+0 |
| | | | This makes things easier for users and packagers of libwabt. | ||||
* | Add missing <string> include to string-util.h (#1832) | Sam Clegg | 2022-02-16 | 1 | -0/+1 |
| | |||||
* | Use C++17 string_view (#1826) | Sam Clegg | 2022-02-11 | 1 | -0/+81 |
Now that we have C++17 we don't need our own string_view class anymore. Depends on #1825 |