| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the custom-page-sizes proposal (#2502) | Keith Winstein | 2024-11-08 | 1 | -2/+3 |
* | Fix rot13 test on big-endian platforms (#2386) | Soni L | 2024-02-08 | 1 | -0/+11 |
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -4/+4 |
* | Improve Garbage Collection algorithm (#1830) | Zoltan Herczeg | 2022-02-18 | 1 | -0/+29 |
* | Initial implementation of extended-const proposal. (#1824) | Sam Clegg | 2022-02-15 | 1 | -3/+5 |
* | Change Thread in interpreter to a normal object (#1809) | Zoltan Herczeg | 2022-02-04 | 1 | -2/+2 |
* | Finish instruction renaming (#1792) | Heejin Ahn | 2021-12-20 | 1 | -14/+14 |
* | Clang-format codebase (#1684) | Heejin Ahn | 2021-12-20 | 1 | -18/+17 |
* | Add error locations to BinaryReaderInterp (#1780) | Sam Clegg | 2021-12-09 | 1 | -2/+2 |
* | [EH] Replace event with tag (#1678) | Heejin Ahn | 2021-06-22 | 1 | -1/+1 |
* | Fix RefPtr::empty() (#1544) | Andrei Maiboroda | 2020-09-14 | 1 | -0/+3 |
* | Reference types changes to remove subtyping (#1407) | Ben Smith | 2020-05-28 | 1 | -3/+3 |
* | Pass current Thread to host function callbacks (#1412) | Sam Clegg | 2020-05-11 | 1 | -36/+39 |
* | Fix interpreter garbage collector (#1357) | Ben Smith | 2020-03-17 | 1 | -0/+143 |
* | New interpreter (#1330) | Ben Smith | 2020-02-21 | 1 | -148/+408 |
* | Update spec testsuite (#1237) | Sam Clegg | 2019-11-22 | 1 | -11/+15 |
* | interpreter: Allow traps to include custom error strings (#1236) | Sam Clegg | 2019-11-19 | 1 | -11/+9 |
* | Refactor interpreter a bit (#919) | Ben Smith | 2018-10-02 | 1 | -2/+2 |
* | Replace ErrorHandler with Errors and FormatErrors* | Ben Smith | 2018-09-04 | 1 | -6/+5 |
* | [interp] Add rot13 interpreter example (#890) | Ben Smith | 2018-08-14 | 1 | -3/+187 |
* | [interp] Simplify host module imports (#889) | Ben Smith | 2018-08-13 | 1 | -40/+7 |
* | Pass Option structs by const reference (#888) | Ben Smith | 2018-08-07 | 1 | -1/+1 |
* | [interp] Add test for trapping host functions (#887) | Ben Smith | 2018-08-06 | 1 | -0/+132 |