| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the custom-page-sizes proposal (#2502) | Keith Winstein | 2024-11-08 | 1 | -1/+2 |
* | interp: Handle ref.null exn (#2497) | Soni L. | 2024-10-29 | 1 | -0/+17 |
* | [wasm-interp] Fix memory corruption with recursive call_indirect (#2464) | Soni L. | 2024-09-18 | 1 | -2/+3 |
* | Update testsuite and implement table64 (#2418) | Sam Clegg | 2024-05-15 | 1 | -0/+3 |
* | Update testsuite and corresponding update to comment parser (#2416) | Sam Clegg | 2024-05-13 | 1 | -2/+2 |
* | spectest-interp: assert_malformed must error in reader alone (#2252) | Keith Winstein | 2023-06-12 | 1 | -11/+92 |
* | Make sure (IR) Validator and BinaryReaderInterp agree re: validity (#2219) | Keith Winstein | 2023-04-27 | 1 | -0/+55 |
* | Silence warnings on GCC 12 (#2177) | Keith Winstein | 2023-03-22 | 1 | -4/+2 |
* | Replace MakeUnique with c++14 std::make_unique (#2152) | Keith Winstein | 2023-02-27 | 1 | -11/+11 |
* | Implement Relaxed SIMD proposal (#1994) | Marcus Better | 2022-11-30 | 1 | -18/+50 |
* | Switch from `typedef` to using `using` in C++ code. NFC (#2066) | Sam Clegg | 2022-11-15 | 1 | -13/+13 |
* | Update testsuite (#2054) | Sam Clegg | 2022-11-13 | 1 | -0/+1 |
* | WastLexer: log lexing errors directly (#2013) | Keith Winstein | 2022-10-03 | 1 | -2/+2 |
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -15/+15 |
* | [spectest-interp] Fix SIMD lane extraction bug (#1993) | Marcus Better | 2022-09-17 | 1 | -52/+48 |
* | wast2json: write binary modules verbatim (#1932) | Ben Smith | 2022-06-03 | 1 | -0/+1 |
* | update br_table validation rule + enforce module validity in spectest-interp ... | Keith Winstein | 2022-04-13 | 1 | -2/+5 |
* | Use C++17 string_view (#1826) | Sam Clegg | 2022-02-11 | 1 | -43/+40 |
* | Clang-format codebase (#1684) | Heejin Ahn | 2021-12-20 | 1 | -33/+38 |
* | Fix type names for function references (#1787) | Sam Clegg | 2021-12-13 | 1 | -4/+6 |
* | Add error locations to BinaryReaderInterp (#1780) | Sam Clegg | 2021-12-09 | 1 | -2/+3 |
* | Add specification tests for exception handling proposal (#1764) | Asumu Takikawa | 2021-12-06 | 1 | -2/+43 |
* | Update exception handling support to current proposal (#1596) | Asumu Takikawa | 2021-02-10 | 1 | -2/+0 |
* | Use stderr for all logging and error output (#1579) | Sam Clegg | 2020-12-03 | 1 | -1/+1 |
* | Made the interpreter "type-safe" in debug mode (#1512) | Wouter van Oortmerssen | 2020-08-10 | 1 | -1/+3 |
* | Reference types changes to remove subtyping (#1407) | Ben Smith | 2020-05-28 | 1 | -33/+25 |
* | Pass current Thread to host function callbacks (#1412) | Sam Clegg | 2020-05-11 | 1 | -1/+2 |
* | Update testsuite (for SIMD) (#1373) | Ben Smith | 2020-03-25 | 1 | -185/+520 |
* | New interpreter (#1330) | Ben Smith | 2020-02-21 | 1 | -246/+321 |
* | Move ValidateFuncSignatures after ParseModuleWat (#1338) | Ben Smith | 2020-02-21 | 1 | -8/+2 |
* | Always run ResolveNames after parsing .wast/.wat (#1337) | Ben Smith | 2020-02-20 | 1 | -7/+3 |
* | Update testsuite (#1308) | Ben Smith | 2020-01-16 | 1 | -48/+7 |
* | Update testsuite (#1275) | Sam Clegg | 2020-01-09 | 1 | -96/+91 |
* | Report invalid literals when parsing spectest JSON files (#1288) | Sam Clegg | 2020-01-09 | 1 | -21/+35 |
* | Several fixes for reference types (#1278) | Heejin Ahn | 2020-01-08 | 1 | -0/+6 |
* | Update spec testsuite (#1237) | Sam Clegg | 2019-11-22 | 1 | -12/+31 |
* | interpreter: Allow traps to include custom error strings (#1236) | Sam Clegg | 2019-11-19 | 1 | -20/+19 |
* | spectest-interp: Report when assert_trap passes and include error string. NFC... | Sam Clegg | 2019-11-19 | 1 | -0/+2 |
* | wast2json: add new `assert_return_func` assertion type (#1224) | Sam Clegg | 2019-11-15 | 1 | -1/+80 |
* | Rename v128_bits to simply vec128 since this is stored natively (#1207) | Sam Clegg | 2019-11-11 | 1 | -2/+2 |
* | Add `--version` to wabt tools (#1175) | Amir Bawab | 2019-10-09 | 1 | -1/+0 |
* | Fix some bugs w/ wast2json and SIMD (#1140) | Ben Smith | 2019-08-10 | 1 | -1/+2 |
* | Add spec test support for V128. (#1110) | nlewycky | 2019-07-17 | 1 | -0/+12 |
* | Write assert_exhaustion text to JSON file (#1100) | Ben Smith | 2019-06-28 | 1 | -0/+2 |
* | Implement bulk memory in the interpreter (#1074) | Ben Smith | 2019-05-07 | 1 | -2/+0 |
* | Update testsuite; fix linking spec test (#1055) | Ben Smith | 2019-04-03 | 1 | -2/+3 |
* | Remove LexerSourceFile (#1054) | Ben Smith | 2019-04-01 | 1 | -9/+13 |
* | Rename anyfunc -> funcref; parse reference types (#1026) | Ben Smith | 2019-02-25 | 1 | -1/+1 |
* | Add support for the reference types proposal (#938) | Alex Crichton | 2019-02-14 | 1 | -1/+1 |
* | Return failed tests count from spectest-interp (#1003) | Ben Smith | 2019-02-01 | 1 | -9/+13 |