summaryrefslogtreecommitdiff
path: root/src/wasm/wat-parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove basic reference types (#4802)Thomas Lively2022-07-201-5/+0
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-0/+16
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-0/+30
* [Parser][NFC] Refactor to use context callbacks (#4799)Thomas Lively2022-07-121-442/+514
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+8
* [Parser] Start to parse instructions (#4789)Thomas Lively2022-07-111-28/+890
* [Parser] Parse rec groups (#4785)Thomas Lively2022-07-081-8/+42
* [Parser] Parse standard subtype declarations (#4778)Thomas Lively2022-07-081-49/+92
* [Parser] Parse struct and array types (#4745)Thomas Lively2022-06-221-13/+176
* [Parser][NFC] Small code cleanups (#4729)Thomas Lively2022-06-141-6/+6
* Fix an unused variable warning (#4728)walkingeyerobot2022-06-141-0/+1
* [Parser] Parse function types (#4718)Thomas Lively2022-06-141-11/+369
* [Parser] Begin parsing modules (#4716)Thomas Lively2022-06-101-0/+651