summaryrefslogtreecommitdiff
path: root/src/shared-validator.cc
Commit message (Expand)AuthorAgeFilesLines
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-111-4/+4
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-22/+1
* memory64: when enabled, check offset range at validation-time (#2253)Keith Winstein2023-06-121-10/+45
* Update testsuite (#2054)Sam Clegg2022-11-131-4/+18
* Align `memory.copy` arg types with `memory64` proposal (#2024)Adam Bratschi-Kaye2022-11-011-4/+5
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-1/+1
* Support multi-memory in all memory ops and in apply/resolve-names (#1962)Keith Winstein2022-08-151-11/+21
* Fix checking of ref.func index declarations (#1894)Asumu Takikawa2022-04-131-1/+8
* Fix function body start/end locations in wasm-validate (#1842)Sam Clegg2022-03-021-0/+1
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-151-5/+15
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-2/+2
* Updated multi-value message (#1797)jzabinski-dolios2022-01-101-2/+3
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-3/+3
* Fix type names for function references (#1787)Sam Clegg2021-12-131-1/+1
* Fix param naming for `OnFuncRefExpr` (See #1768). NFC (#1786)Sam Clegg2021-12-131-2/+2
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-101-238/+121
* Make copies of incoming expression locations in SharedValidator. NFC (#1779)Sam Clegg2021-12-091-68/+68
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-12/+19
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-7/+15
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+17
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-7/+0
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-15/+15
* [Memory64] Support reading/writing limits as 64-bit LEBs (#1664)Wouter van Oortmerssen2021-04-221-1/+2
* Memory64: support 64-bit data init-expr (#1656)Wouter van Oortmerssen2021-04-051-3/+7
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+13
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+13
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+12
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-15/+27
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-2/+10
* Enable -Werror during CI (#1522)Sam Clegg2020-08-181-5/+10
* Made the interpreter "type-safe" in debug mode (#1512)Wouter van Oortmerssen2020-08-101-4/+4
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-28/+42
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-2/+2
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-10/+12
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+12
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+5
* Parse struct fields (#1355)Ben Smith2020-03-161-9/+33
* Remove validation from the BinaryReader (#1354)Ben Smith2020-03-111-10/+8
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-5/+5
* Fix TODOs in validator; only affects error outputBen Smith2020-02-291-51/+14
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-5/+5
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-11/+20
* Always check index before accessing vectors (#1347)Ben Smith2020-02-281-85/+76
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-271-0/+1165