summaryrefslogtreecommitdiff
path: root/include/wabt/wast-parser.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-0/+1
* WastParser: replace CircularArray with internal TokenQueue (NFC) (#2300)Keith Winstein2023-09-181-2/+16
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-0/+3
* WastParser: allow empty modules/scripts with warning (#2248)Keith Winstein2023-06-071-0/+1
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-271-0/+1
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-0/+2
* Switch from `typedef` to using `using` in C++ code. NFC (#2066)Sam Clegg2022-11-151-2/+2
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-0/+273