summaryrefslogtreecommitdiff
path: root/rts/js
Commit message (Expand)AuthorAgeFilesLines
* JS: Implement h$clock_gettime in the JavaScript RTS (#23360)Josh Meredith2023-05-161-0/+20
* Fix remaining issues with bound checking (#23123)Sylvain Henry2023-05-045-69/+40
* JS: fix bounds checking (Issue 23123)Josh Meredith2023-05-041-0/+12
* JS: fix thread-related primopsSylvain Henry2023-04-192-12/+26
* JS: remove dead code for old integer-gmpSylvain Henry2023-03-101-16/+2
* JS: fix for overlap with copyMutableByteArray# (#23033)Sylvain Henry2023-02-281-1/+22
* JS: make some arithmetic primops faster (#22835)Sylvain Henry2023-02-241-29/+64
* Fix marking async exceptions in the JS backendLuite Stegeman2023-02-061-1/+2
* Fix bound thread statusLuite Stegeman2022-12-091-1/+1
* Add support for environments that don't have setImmediateLuite Stegeman2022-12-091-4/+13
* Add Javascript backendSylvain Henry2022-11-2924-0/+8813