summaryrefslogtreecommitdiff
path: root/src/validator.cc
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-0/+24
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-2/+4
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-151-1/+7
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-111-1/+1
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-18/+5
* Validator: normalize handling of Select in ExprVisitor Delegate (#2285)Keith Winstein2023-08-231-5/+0
* memory64: when enabled, check offset range at validation-time (#2253)Keith Winstein2023-06-121-16/+25
* Make sure (IR) Validator and BinaryReaderInterp agree re: validity (#2219)Keith Winstein2023-04-271-2/+2
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-8/+46
* Update testsuite (#2054)Sam Clegg2022-11-131-1/+2
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-7/+7
* Support multi-memory in all memory ops and in apply/resolve-names (#1962)Keith Winstein2022-08-151-11/+12
* Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)Keith Winstein2022-08-151-1/+1
* wast2json: write binary modules verbatim (#1932)Ben Smith2022-06-031-0/+7
* Fix function body start/end locations in wasm-validate (#1842)Sam Clegg2022-03-021-4/+6
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+5
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-7/+6
* Fix type names for function references (#1787)Sam Clegg2021-12-131-1/+2
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-101-75/+23
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-0/+4
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-7/+8
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-5/+6
* Delay validation of elem init expressions until validation time (#1730)Sam Clegg2021-10-141-14/+20
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+12
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-6/+0
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-8/+8
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+8
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+8
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+7
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-11/+17
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-7/+2
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-1/+1
* [wasm2wat] Write select type immediate (#1451)Ben Smith2020-05-291-2/+7
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-4/+6
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+6
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+8
* Refactor Const struct's internal storage (#1356)Ben Smith2020-03-161-7/+7
* Parse struct fields (#1355)Ben Smith2020-03-161-1/+7
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-5/+10
* Fix TODOs in validator; only affects error outputBen Smith2020-02-291-2/+0
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-3/+3
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-3/+4
* Add TypeEntry, base class for type section entries (#1349)Ben Smith2020-02-281-6/+12
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-271-927/+381
* Move validation of func signatures into the parser (#1341)Ben Smith2020-02-251-110/+2
* Update testsuite (#1327)Sam Clegg2020-02-051-3/+42
* Update testsuite (#1308)Ben Smith2020-01-161-7/+0
* Update testsuite (#1275)Sam Clegg2020-01-091-48/+0
* Segment flags should be MVP-compat when possible (#1286)Ben Smith2020-01-081-2/+10
* Several fixes for reference types (#1278)Heejin Ahn2020-01-081-2/+2