summaryrefslogtreecommitdiff
path: root/src/interp/binary-reader-interp.cc
Commit message (Expand)AuthorAgeFilesLines
* wasm-interp: Fix catch handlers' value stack sizes (#2478)Soni L.2024-10-011-8/+14
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-151-9/+19
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-111-5/+5
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-15/+10
* memory64: when enabled, check offset range at validation-time (#2253)Keith Winstein2023-06-121-16/+16
* Update testsuite (#2054)Sam Clegg2022-11-131-2/+1
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-6/+6
* Fix several issues found by fuzzing (#1931)20192022-09-171-0/+7
* Support multi-memory in all memory ops and in apply/resolve-names (#1962)Keith Winstein2022-08-151-19/+44
* Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)Keith Winstein2022-08-151-52/+86
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-151-80/+29
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-32/+32
* Update testsuite (#1795)Sam Clegg2022-01-101-2/+6
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-3/+3
* interpreter: Fix infinite looping on `return_call` (#1762)Asumu Takikawa2021-12-151-2/+5
* Remove check from binary-reader-interp.cc that the validator already catches....Sam Clegg2021-12-131-18/+0
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-101-107/+12
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-091-127/+155
* Remove unused checks from #1770. NFC (#1772)Sam Clegg2021-12-041-10/+0
* Perform init expression validation outside of the binary reader. NFC (#1770)Sam Clegg2021-12-021-62/+120
* OnRefFuncExpr takes a func index. NFC (#1768)Sam Clegg2021-12-021-3/+3
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-25/+31
* Add interpreter support for the exception handling proposal (#1749)Asumu Takikawa2021-11-171-22/+233
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-5/+5
* Remove separate OnEndFunc vs OnEndExpr. (#1756)Sam Clegg2021-11-051-0/+3
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-2/+2
* Memory64: support 64-bit data init-expr (#1656)Wouter van Oortmerssen2021-04-051-0/+4
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+14
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-4/+17
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+11
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-3/+4
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-19/+19
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-3/+3
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-12/+14
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+7
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-12/+12
* [NFC] Fix a few TODOsBen Smith2020-02-291-481/+465
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-6/+13
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-271-373/+198
* New interpreter (#1330)Ben Smith2020-02-211-937/+464
* Update testsuite (#1327)Sam Clegg2020-02-051-5/+41
* Initial WASM C API implementation. (#1250)Sam Clegg2020-01-161-43/+59
* Update testsuite (#1275)Sam Clegg2020-01-091-11/+5
* reference-types: add final test: br_table (#1264)Sam Clegg2019-12-131-0/+1
* reference-types: add support for typed select (#1253)Sam Clegg2019-11-261-3/+3
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-0/+9
* reference-types: Add reference-types spec tests (#1225)Sam Clegg2019-11-251-13/+64
* Update spec testsuite (#1237)Sam Clegg2019-11-221-106/+14
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-181-12/+12
* reference-types: implement type checking for table.get/table.set (#1221)Sam Clegg2019-11-151-4/+10