summaryrefslogtreecommitdiff
path: root/src/wast-parser.h
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+1
* Update testsuite (#1795)Sam Clegg2022-01-101-1/+1
* Refactor simd load/store text parsing to use a template. NFC (#1798)Sam Clegg2022-01-071-0/+4
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-0/+1
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-0/+9
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-4/+14
* Delay validation of elem init expressions until validation time (#1730)Sam Clegg2021-10-141-3/+3
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-1/+1
* [Memory64] Support reading/writing limits as 64-bit LEBs (#1664)Wouter van Oortmerssen2021-04-221-1/+1
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-0/+2
* Changes required to make the new Memory64 spec tests run (#1560)Wouter van Oortmerssen2020-10-261-0/+1
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-2/+2
* Better error when parsing input/output command (#1460)Ben Smith2020-06-101-0/+2
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-1/+2
* Update testsuite (for SIMD) (#1373)Ben Smith2020-03-251-1/+3
* Parse struct fields (#1355)Ben Smith2020-03-161-0/+2
* Fix parse error with table and elem exprs (#1293)Ben Smith2020-01-091-1/+2
* Update testsuite (#1275)Sam Clegg2020-01-091-4/+8
* wast2json: add new `assert_return_func` assertion type (#1224)Sam Clegg2019-11-151-0/+1
* reference-types: Add multi-table support to the interpreter (#1218)Sam Clegg2019-11-141-1/+1
* Add ref.* to the (invoke) (#1156)Yury Delendik2019-09-121-0/+1
* Fix some bugs w/ wast2json and SIMD (#1140)Ben Smith2019-08-101-2/+2
* Update spec testsuite (#1111)Ben Smith2019-07-161-0/+2
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-181-1/+2
* Make v128.const i32x4 op conform to the SIMD draft (#1037)gnzlbg2019-03-281-1/+1
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-0/+1
* Rename exception -> event (#1013)Ben Smith2019-02-111-1/+1
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-1/+0
* Combine param_binding and local_binding in IR (#969)Ben Smith2018-12-041-1/+4
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-7/+5
* Add support for multi-value proposal (#861)Ben Smith2018-06-141-0/+1
* Run clang-format over all the files (#814)Ben Smith2018-03-161-1/+1
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-2/+0
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+2
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-2/+1
* Wabt simd v128.const instruction initial PR: (#677)lizhengxing2017-12-151-0/+2
* Update testsuite; call_indirect has new syntax (#667)Ben Smith2017-11-111-0/+2
* Add Atomic instructions (#633)Ben Smith2017-09-201-0/+2
* Only allow parsing one module with wat2wasm (#622)Ben Smith2017-09-121-9/+15
* Return unique_ptr<Script> from parser (#605)Ben Smith2017-09-011-3/+4
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-5/+5
* Clean up various structs in ir.h (#595)Ben Smith2017-08-261-1/+1
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-2/+5
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-151-1/+174
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-4/+4
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-061-2/+4
* Fix the validator to be able to validate exception handling constructs. (#514)KarlSchimpf2017-06-221-1/+1
* Add syntax for try blocks to the wast parser. (#490)KarlSchimpf2017-06-111-1/+7
* Rename all occurences of AST (#413)Ben Smith2017-05-041-0/+31