summaryrefslogtreecommitdiff
path: root/src/test-interp.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix rot13 test on big-endian platforms (#2386)Soni L2024-02-081-0/+11
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-4/+4
* Improve Garbage Collection algorithm (#1830)Zoltan Herczeg2022-02-181-0/+29
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-151-3/+5
* Change Thread in interpreter to a normal object (#1809)Zoltan Herczeg2022-02-041-2/+2
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-14/+14
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-18/+17
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-091-2/+2
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-1/+1
* Fix RefPtr::empty() (#1544)Andrei Maiboroda2020-09-141-0/+3
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-3/+3
* Pass current Thread to host function callbacks (#1412)Sam Clegg2020-05-111-36/+39
* Fix interpreter garbage collector (#1357)Ben Smith2020-03-171-0/+143
* New interpreter (#1330)Ben Smith2020-02-211-148/+408
* Update spec testsuite (#1237)Sam Clegg2019-11-221-11/+15
* interpreter: Allow traps to include custom error strings (#1236)Sam Clegg2019-11-191-11/+9
* Refactor interpreter a bit (#919)Ben Smith2018-10-021-2/+2
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-6/+5
* [interp] Add rot13 interpreter example (#890)Ben Smith2018-08-141-3/+187
* [interp] Simplify host module imports (#889)Ben Smith2018-08-131-40/+7
* Pass Option structs by const reference (#888)Ben Smith2018-08-071-1/+1
* [interp] Add test for trapping host functions (#887)Ben Smith2018-08-061-0/+132