summaryrefslogtreecommitdiff
path: root/src/parser/wast-parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check for required actions when parsing wast (#6874)Thomas Lively2024-08-271-3/+11
* Support more reference constants in wast scripts (#6865)Thomas Lively2024-08-261-0/+28
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-211-1/+11
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-0/+7
* Re-enable binary.wast spec test (#6677)Thomas Lively2024-06-181-0/+2
* Use new wast parser in wasm2js (#6606)Thomas Lively2024-05-291-2/+6
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-171-14/+18
* [Parser] Parse wast scripts (#6581)Thomas Lively2024-05-131-0/+419