summaryrefslogtreecommitdiff
path: root/test/parse/module
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-1/+1
* Fix parsing of malformed element section in text format (#2439)Changqing Jing2024-07-121-0/+9
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-0/+1
* List funcref as one of the expected value types in WastParser::ParseValueType...Alex Bradbury2022-05-271-1/+1
* 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-2014-25/+25
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-101-3/+3
* Add support for inline export/import of tags (#1747)Asumu Takikawa2021-10-292-2/+4
* Enable reference types by default (#1729)Sam Clegg2021-10-134-8/+9
* Enable bulk memory by default (#1728)Sam Clegg2021-10-134-7/+5
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-225-14/+14
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-3/+0
* Element offset expr is required when bulk disabled (#1569)Ben Smith2020-11-111-0/+11
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-284-9/+8
* Add exnref value type to parser (#1389)Ben Smith2020-04-141-0/+3
* Parse ArrayTypes (#1364)Ben Smith2020-03-234-0/+24
* Parse struct fields (#1355)Ben Smith2020-03-164-1/+16
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-0/+3
* Fix TODOs in validator; only affects error outputBen Smith2020-02-297-7/+7
* Move validation of func signatures into the parser (#1341)Ben Smith2020-02-251-0/+6
* Update testsuite (#1327)Sam Clegg2020-02-051-0/+2
* Fix parse error with table and elem exprs (#1293)Ben Smith2020-01-093-0/+19
* [wat2wasm] Passive segments require bulk memory (#1203)Ben Smith2020-01-082-1/+3
* Several fixes for reference types (#1278)Heejin Ahn2020-01-081-1/+4
* Update spec testsuite (#1237)Sam Clegg2019-11-228-9/+12
* Check for redefinitions of elem segments (#1193)Sam Clegg2019-10-211-0/+13
* Add support for ref.null in global initializers (#1131)Andy Wingo2019-07-251-1/+4
* Update spec testsuite (#1111)Ben Smith2019-07-162-2/+2
* Rewrite the lexer manually, instead of re2c (#1058)Ben Smith2019-04-031-1/+1
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-0/+3
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-0/+20
* Parse updated event text and binary format (#1014)Ben Smith2019-02-124-8/+10
* Rename exception -> event (#1013)Ben Smith2019-02-113-6/+6
* The great renaming (#985)Ben Smith2018-12-191-1/+1
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-0/+4
* Update testsuite; enable mut. globals by default (#884)Ben Smith2018-08-031-1/+0
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-023-0/+15
* Don't allow memory to be shared by default (#756)Ben Smith2018-02-133-1/+4
* Fix: don't allow a test with an empty command list (#736)Ben Smith2018-01-2536-0/+36
* `wat2wasm` is no longer default TOOL for tests (#735)Ben Smith2018-01-2543-43/+86
* Rename run args (#728)Ben Smith2018-01-211-1/+1
* Allow multiple commands per test in test runner (#725)Ben Smith2018-01-191-0/+1
* Add feature flags for sign-ext., mutable-globals (#722)Ben Smith2018-01-181-1/+1
* Import/export mutable globals w/ threads enabled (#690)Ben Smith2017-12-071-0/+2
* Change shared memory text syntax (#661)Ben Smith2017-10-264-6/+6
* Fix assertion in wat2wasm for `(module (test))` (#638)Ben Smith2017-09-221-1/+1
* Parse and dump shared limits fields (#632)Derek Schuff2017-09-194-0/+20
* Only allow parsing one module with wat2wasm (#622)Ben Smith2017-09-122-0/+20
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-1514-29/+14
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-0639-44/+44