summaryrefslogtreecommitdiff
path: root/rts/js
Commit message (Collapse)AuthorAgeFilesLines
* Fix bound thread statuswip/javascript-backendLuite Stegeman2022-12-081-1/+1
|
* Add support for environments that don't have setImmediateLuite Stegeman2022-12-081-4/+13
|
* Add Javascript backendSylvain Henry2022-11-2924-0/+8813
Add JS backend adapted from the GHCJS project by Luite Stegeman. Some features haven't been ported or implemented yet. Tests for these features have been disabled with an associated gitlab ticket. Bump array submodule Work funded by IOG. Co-authored-by: Jeffrey Young <jeffrey.young@iohk.io> Co-authored-by: Luite Stegeman <stegeman@gmail.com> Co-authored-by: Josh Meredith <joshmeredith2008@gmail.com>