Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JS: Implement h$clock_gettime in the JavaScript RTS (#23360) | Josh Meredith | 2023-05-16 | 1 | -0/+20 |
* | Fix remaining issues with bound checking (#23123) | Sylvain Henry | 2023-05-04 | 5 | -69/+40 |
* | JS: fix bounds checking (Issue 23123) | Josh Meredith | 2023-05-04 | 1 | -0/+12 |
* | JS: fix thread-related primops | Sylvain Henry | 2023-04-19 | 2 | -12/+26 |
* | JS: remove dead code for old integer-gmp | Sylvain Henry | 2023-03-10 | 1 | -16/+2 |
* | JS: fix for overlap with copyMutableByteArray# (#23033) | Sylvain Henry | 2023-02-28 | 1 | -1/+22 |
* | JS: make some arithmetic primops faster (#22835) | Sylvain Henry | 2023-02-24 | 1 | -29/+64 |
* | Fix marking async exceptions in the JS backend | Luite Stegeman | 2023-02-06 | 1 | -1/+2 |
* | Fix bound thread status | Luite Stegeman | 2022-12-09 | 1 | -1/+1 |
* | Add support for environments that don't have setImmediate | Luite Stegeman | 2022-12-09 | 1 | -4/+13 |
* | Add Javascript backend | Sylvain Henry | 2022-11-29 | 24 | -0/+8813 |