Skip to content

JS RTS fixes (#22575)

Sylvain Henry requested to merge hsyl20/ghc:wip/javascript-backend into master

Two JS RTS fixes authored by @luite:

  1. fix #22575 (closed) by using setTimeout when setImmediate isn't available. Tested by @hsyl20.
  2. fix threadStatus for bound threads. Found when running the testsuite a while ago but wasn't included into the big JS backend merge commit. Should help with the upcoming MR adding full testsuite run on CI for the JS backend.

Merge request reports