summaryrefslogtreecommitdiff
path: root/test/parse
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-205-4/+25
* Fix parsing of malformed element section in text format (#2439)Changqing Jing2024-07-121-0/+9
* WastParser: tighten parsing of folded `if` (#2349)Keith Winstein2023-12-051-1/+1
* Implement custom section reading/writing (#2284)Diego Frias2023-09-152-3/+9
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-0/+1
* Validator: normalize handling of Select in ExprVisitor Delegate (#2285)Keith Winstein2023-08-231-3/+0
* WastParser: allow empty modules/scripts with warning (#2248)Keith Winstein2023-06-071-2/+1
* Update testsuite (#2054)Sam Clegg2022-11-131-1/+1
* Align `memory.copy` arg types with `memory64` proposal (#2024)Adam Bratschi-Kaye2022-11-012-0/+157
* List funcref as one of the expected value types in WastParser::ParseValueType...Alex Bradbury2022-05-274-4/+4
* Implement \u{hex} escape parsing (#1909)Zoltan Herczeg2022-05-026-0/+84
* Fix function body start/end locations in wasm-validate (#1842)Sam Clegg2022-03-021-3/+3
* Fix wat parsing of function imports with type name + inline type (#1808)Sam Clegg2022-01-151-1/+10
* Finish instruction renaming (#1792)Heejin Ahn2021-12-2076-183/+183
* Remove check from binary-reader-interp.cc that the validator already catches....Sam Clegg2021-12-133-3/+3
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-101-3/+3
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-062-0/+16
* Add support for inline export/import of tags (#1747)Asumu Takikawa2021-10-292-2/+4
* Enable reference types by default (#1729)Sam Clegg2021-10-1312-18/+12
* Enable bulk memory by default (#1728)Sam Clegg2021-10-1317-29/+21
* Fix crashes in parser when f32.const is given a nan expression (#1726)Ng Zhi An2021-10-122-0/+16
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-2011-23/+12
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-252-0/+25
* Allow plain `try` with no `catch` or `delegate` (#1676)Asumu Takikawa2021-06-293-14/+16
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-293-54/+1
* Fix resolution of delegate labels (#1675)Asumu Takikawa2021-06-291-0/+15
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-2212-22/+22
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-1/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-1015-45/+125
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-0/+21
* Element offset expr is required when bulk disabled (#1569)Ben Smith2020-11-112-4/+15
* Rename atomic.notify, *.atomic.wait (#1564)Ben Smith2020-11-031-3/+3
* Changes required to make the new Memory64 spec tests run (#1560)Wouter van Oortmerssen2020-10-268-8/+8
* Update SIMD support (#1553)Darin Morrison2020-10-266-9/+9
* Disallow "64-bit" flag if memory64 is disabled (#1547)Paweł Bylica2020-09-184-2/+4
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-078-0/+218
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-1/+1
* Better error when parsing input/output command (#1460)Ben Smith2020-06-102-0/+34
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-2816-52/+38
* Require `do` in folded `try` statement (#1425)Ben Smith2020-05-142-7/+8
* Enabled merged proposals by default (#1405)Alex Crichton2020-05-0618-242/+1
* Add exnref value type to parser (#1389)Ben Smith2020-04-144-0/+12
* Update testsuite (for SIMD) (#1373)Ben Smith2020-03-251-2/+3
* Parse ArrayTypes (#1364)Ben Smith2020-03-234-0/+24
* Parse struct fields (#1355)Ben Smith2020-03-164-1/+16
* Remove validation from the BinaryReader (#1354)Ben Smith2020-03-114-4/+4
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-0/+3
* Fix TODOs in validator; only affects error outputBen Smith2020-02-299-9/+9
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-271-2/+4
* Move validation of func signatures into the parser (#1341)Ben Smith2020-02-251-0/+6