summaryrefslogtreecommitdiff
path: root/src/tools/spectest-interp.cc
Commit message (Expand)AuthorAgeFilesLines
* [wasm-interp] Fix memory corruption with recursive call_indirect (#2464)Soni L.2024-09-181-2/+3
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-151-0/+3
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-131-2/+2
* spectest-interp: assert_malformed must error in reader alone (#2252)Keith Winstein2023-06-121-11/+92
* Make sure (IR) Validator and BinaryReaderInterp agree re: validity (#2219)Keith Winstein2023-04-271-0/+55
* Silence warnings on GCC 12 (#2177)Keith Winstein2023-03-221-4/+2
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-271-11/+11
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-18/+50
* Switch from `typedef` to using `using` in C++ code. NFC (#2066)Sam Clegg2022-11-151-13/+13
* Update testsuite (#2054)Sam Clegg2022-11-131-0/+1
* WastLexer: log lexing errors directly (#2013)Keith Winstein2022-10-031-2/+2
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-15/+15
* [spectest-interp] Fix SIMD lane extraction bug (#1993)Marcus Better2022-09-171-52/+48
* wast2json: write binary modules verbatim (#1932)Ben Smith2022-06-031-0/+1
* update br_table validation rule + enforce module validity in spectest-interp ...Keith Winstein2022-04-131-2/+5
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-43/+40
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-33/+38
* Fix type names for function references (#1787)Sam Clegg2021-12-131-4/+6
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-091-2/+3
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-2/+43
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-2/+0
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+1
* Made the interpreter "type-safe" in debug mode (#1512)Wouter van Oortmerssen2020-08-101-1/+3
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-33/+25
* Pass current Thread to host function callbacks (#1412)Sam Clegg2020-05-111-1/+2
* Update testsuite (for SIMD) (#1373)Ben Smith2020-03-251-185/+520
* New interpreter (#1330)Ben Smith2020-02-211-246/+321
* Move ValidateFuncSignatures after ParseModuleWat (#1338)Ben Smith2020-02-211-8/+2
* Always run ResolveNames after parsing .wast/.wat (#1337)Ben Smith2020-02-201-7/+3
* Update testsuite (#1308)Ben Smith2020-01-161-48/+7
* Update testsuite (#1275)Sam Clegg2020-01-091-96/+91
* Report invalid literals when parsing spectest JSON files (#1288)Sam Clegg2020-01-091-21/+35
* Several fixes for reference types (#1278)Heejin Ahn2020-01-081-0/+6
* Update spec testsuite (#1237)Sam Clegg2019-11-221-12/+31
* interpreter: Allow traps to include custom error strings (#1236)Sam Clegg2019-11-191-20/+19
* spectest-interp: Report when assert_trap passes and include error string. NFC...Sam Clegg2019-11-191-0/+2
* wast2json: add new `assert_return_func` assertion type (#1224)Sam Clegg2019-11-151-1/+80
* Rename v128_bits to simply vec128 since this is stored natively (#1207)Sam Clegg2019-11-111-2/+2
* Add `--version` to wabt tools (#1175)Amir Bawab2019-10-091-1/+0
* Fix some bugs w/ wast2json and SIMD (#1140)Ben Smith2019-08-101-1/+2
* Add spec test support for V128. (#1110)nlewycky2019-07-171-0/+12
* Write assert_exhaustion text to JSON file (#1100)Ben Smith2019-06-281-0/+2
* Implement bulk memory in the interpreter (#1074)Ben Smith2019-05-071-2/+0
* Update testsuite; fix linking spec test (#1055)Ben Smith2019-04-031-2/+3
* Remove LexerSourceFile (#1054)Ben Smith2019-04-011-9/+13
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-1/+1
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-1/+1
* Return failed tests count from spectest-interp (#1003)Ben Smith2019-02-011-9/+13
* Refactor interpreter a bit (#919)Ben Smith2018-10-021-2/+2
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-17/+22