summaryrefslogtreecommitdiff
path: root/src/parser
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-073-33/+35
* Fix typo in parsers.h (#7032)Angela Upreti2024-10-251-1/+1
* Source Maps: Support 5 segment mappings (#6795)Ömer Sinan Ağacan2024-10-011-3/+24
* Require string-style identifiers to be UTF-8 (#6941)Thomas Lively2024-09-161-0/+10
* Fix parser error on block params (#6932)Thomas Lively2024-09-111-6/+6
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-0/+4
* Fix a warning under gcc 14 (#6912)Scott Moser2024-09-091-0/+5
* 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
* Implement table.init (#6827)Alon Zakai2024-08-162-0/+25
* Add missing parser error check in makeArrayInitElem (#6835)Sofi Aberegg2024-08-131-0/+1
* Typed continuations: update syntax of handler clauses (#6824)Frank Emrich2024-08-091-2/+2
* [NFC][parser] Rename deftype and subtype (#6819)Thomas Lively2024-08-074-36/+43
* [parser] Fix bug when printing type builder errors (#6817)Thomas Lively2024-08-061-1/+1
* Make source parser consistent with binary parser when naming things. NFC (#6813)Sam Clegg2024-08-061-2/+3
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-123-7/+22
* Validate that names are valid UTF-8 (#6682)Thomas Lively2024-06-191-4/+5
* Re-enable binary.wast spec test (#6677)Thomas Lively2024-06-181-0/+2
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-192-70/+114
* [Parser] Fix error message on required reftype (#6666)Thomas Lively2024-06-141-9/+15
* [Parser] Update requirements for implicit type uses (#6665)Thomas Lively2024-06-141-1/+1
* [threads] Binary reading and writing of shared composite types (#6664)Thomas Lively2024-06-141-1/+2
* [Parser][NFC] Make typeidx and maybeTypeidx return consistent types (#6663)Thomas Lively2024-06-142-13/+12
* [threads] Parse, build, and print shared composite types (#6654)Thomas Lively2024-06-122-10/+29
* [Parser][NFC] Split parser into multiple compilation units (#6653)Thomas Lively2024-06-129-167/+369
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-2/+0
* 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-176-43/+52
* Debug location parser: accept arbitrary paths (#6594)Jérôme Vouillon2024-05-151-15/+14
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-152-69/+12
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-153-122/+15
* Source maps: Allow specifying that an expression has no debug info in text (...Jérôme Vouillon2024-05-141-1/+7
* [Parser] Parse wast scripts (#6581)Thomas Lively2024-05-135-1/+518
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-103-27/+58
* [Parser][NFC] Clean up the lexer index/pos API (#6553)Thomas Lively2024-04-293-32/+30
* [Parser] Do not eagerly lex numbers (#6544)Thomas Lively2024-04-252-293/+141
* [Parser] Do not eagerly lex strings (#6543)Thomas Lively2024-04-252-49/+25
* [Parser] Do not eagerly lex IDs (#6542)Thomas Lively2024-04-252-43/+23
* [Parser] Do not eagerly lex keywords (#6541)Thomas Lively2024-04-252-85/+56
* [Parser] Do not eagerly lex parens (#6540)Thomas Lively2024-04-252-65/+36
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-0/+2
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-244-16/+35
* DebugLocationPropagation: pass debuglocation from parent node to chil… (#6500)许鑫权2024-04-211-45/+1
* [Parser][NFC] Do less work when parsing function types (#6516)Thomas Lively2024-04-192-3/+11
* [Parser][NFC] Improve performance of idchar lexing (#6515)Thomas Lively2024-04-191-30/+18
* [Parser][NFC] Solve performance issue by adding maybeLabelidx (#6514)Thomas Lively2024-04-181-7/+21
* [Parser] Parse contref and nullcontref types (#6485)Thomas Lively2024-04-102-0/+16
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-222-20/+10
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-192-0/+19