| Commit message (Expand) | Author | Age | Files | Lines |
* | interp: Implement EHv4 (#2512) | Soni L. | 2024-11-20 | 1 | -2/+15 |
* | binary/wat: Implement EHv4 (#2470) | Soni L. | 2024-11-20 | 1 | -0/+2 |
* | Add support for the custom-page-sizes proposal (#2502) | Keith Winstein | 2024-11-08 | 1 | -2/+8 |
* | Update testsuite (#2495) | Keith Winstein | 2024-10-30 | 1 | -0/+8 |
* | interp: Handle ref.null exn (#2497) | Soni L. | 2024-10-29 | 1 | -0/+5 |
* | wasm-interp: Fix off-by-one in DoThrow (#2486) | Soni L. | 2024-10-08 | 1 | -1/+2 |
* | [wasm-interp] Fix memory corruption with recursive call_indirect (#2464) | Soni L. | 2024-09-18 | 1 | -1/+1 |
* | Update testsuite and implement table64 (#2418) | Sam Clegg | 2024-05-15 | 1 | -46/+62 |
* | Update testsuite and corresponding update to comment parser (#2416) | Sam Clegg | 2024-05-13 | 1 | -4/+4 |
* | Share reading/validation code between elem exprs & other const exprs (#2288) | Keith Winstein | 2023-09-06 | 1 | -10/+10 |
* | Replace MakeUnique with c++14 std::make_unique (#2152) | Keith Winstein | 2023-02-27 | 1 | -7/+6 |
* | Implement Relaxed SIMD proposal (#1994) | Marcus Better | 2022-11-30 | 1 | -11/+101 |
* | Convert type checks to assertions in the interpreter. NFC (#2055) | Sam Clegg | 2022-11-11 | 1 | -10/+11 |
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -3/+3 |
* | Improve the maintenace of ObjectKind types. (#1852) | Zoltan Herczeg | 2022-03-08 | 1 | -2/+5 |
* | Rework free list to use less memory. (#1841) | Zoltan Herczeg | 2022-03-02 | 1 | -1/+1 |
* | Improve Garbage Collection algorithm (#1830) | Zoltan Herczeg | 2022-02-18 | 1 | -18/+34 |
* | Initial implementation of extended-const proposal. (#1824) | Sam Clegg | 2022-02-15 | 1 | -29/+30 |
* | Fix size of segment in initialization error reporting (#1823) | Sam Clegg | 2022-02-09 | 1 | -2/+10 |
* | Change Thread in interpreter to a normal object (#1809) | Zoltan Herczeg | 2022-02-04 | 1 | -12/+20 |
* | Clang-format codebase (#1684) | Heejin Ahn | 2021-12-20 | 1 | -20/+17 |
* | Fix type names for function references (#1787) | Sam Clegg | 2021-12-13 | 1 | -5/+5 |
* | Add specification tests for exception handling proposal (#1764) | Asumu Takikawa | 2021-12-06 | 1 | -1/+6 |
* | Add interpreter support for the exception handling proposal (#1749) | Asumu Takikawa | 2021-11-17 | 1 | -6/+154 |
* | Update testsuite (#1738) | Sam Clegg | 2021-10-18 | 1 | -0/+6 |
* | [simd] Remove unused template params (#1700) | Ng Zhi An | 2021-08-06 | 1 | -6/+5 |
* | [simd] Fix load/store lanes on BE systems (#1697) | Ng Zhi An | 2021-08-05 | 1 | -2/+2 |
* | Begin support for typed function references proposal: added the flag and supp... | Dmitry Bezhetskov | 2021-07-25 | 1 | -0/+1 |
* | [EH] Remove `unwind` (#1682) | Heejin Ahn | 2021-06-29 | 1 | -1/+0 |
* | [EH] Replace event with tag (#1678) | Heejin Ahn | 2021-06-22 | 1 | -19/+19 |
* | Memory64: support 64-bit data init-expr (#1656) | Wouter van Oortmerssen | 2021-04-05 | 1 | -3/+6 |
* | [simd] Implement store lane (#1647) | Ng Zhi An | 2021-03-22 | 1 | -8/+28 |
* | [simd] Implement load lane (#1646) | Ng Zhi An | 2021-03-22 | 1 | -0/+18 |
* | [simd] Implement v128.load{32,64}_zero (#1644) | Ng Zhi An | 2021-03-17 | 1 | -0/+17 |
* | [simd] Implement i64x2.extend_{low,high}_i32x4_{s,u} (#1643) | Ng Zhi An | 2021-03-16 | 1 | -0/+4 |
* | [simd] Implement i64x2 comparisons (#1642) | Ng Zhi An | 2021-03-16 | 1 | -0/+6 |
* | [simd] Implement i32x4.dot_i16x8_s (#1640) | Ng Zhi An | 2021-03-16 | 1 | -0/+18 |
* | [simd] Implement q15mulrsat_s (#1639) | Ng Zhi An | 2021-03-16 | 1 | -0/+2 |
* | [simd] Implement extmul instructions (#1638) | Ng Zhi An | 2021-03-12 | 1 | -0/+27 |
* | [simd] Implement extadd instructions (#1637) | Ng Zhi An | 2021-03-12 | 1 | -0/+18 |
* | [simd] Implement i64x2.abs (#1636) | Ng Zhi An | 2021-03-12 | 1 | -0/+1 |
* | [simd] Implement i32x4.trunc_sat_f64x2_[su]_zero (#1635) | Ng Zhi An | 2021-03-12 | 1 | -0/+2 |
* | [simd] Rename widen to extend, implement some double precision ops (#1633) | Ng Zhi An | 2021-03-11 | 1 | -10/+32 |
* | Implement i8x16.popcnt and rebase simd_i8x16_arith2.txt (#1625) | Ng Zhi An | 2021-03-11 | 1 | -0/+2 |
* | [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624) | Ng Zhi An | 2021-03-04 | 1 | -3/+3 |
* | Update rethrow depth handling and catch_all opcode (#1608) | Asumu Takikawa | 2021-02-18 | 1 | -0/+1 |
* | Update exception handling support to current proposal (#1596) | Asumu Takikawa | 2021-02-10 | 1 | -4/+2 |
* | Port to big-endian platforms (s390x but others can be trivially added) (#1557) | Soni L | 2020-12-07 | 1 | -14/+34 |
* | Rename atomic.notify, *.atomic.wait (#1564) | Ben Smith | 2020-11-03 | 1 | -3/+3 |
* | Changes required to make the new Memory64 spec tests run (#1560) | Wouter van Oortmerssen | 2020-10-26 | 1 | -17/+21 |