summaryrefslogtreecommitdiff
path: root/src/string-util.h
Commit message (Collapse)AuthorAgeFilesLines
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-82/+0
| | | This makes things easier for users and packagers of libwabt.
* Add missing <string> include to string-util.h (#1832)Sam Clegg2022-02-161-0/+1
|
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-0/+81
Now that we have C++17 we don't need our own string_view class anymore. Depends on #1825