Skip to content

JS: Implement h$clock_gettime in the JavaScript RTS (#23360)

Josh Meredith requested to merge wip/js-clock_gettime into master

#23360 (closed)

This MR implements h$clock_gettime from GHCJS.

The test ThreadDelay001 is re-enabled for the JS backend, which was previously broken due to this function being unimplemented.

Merge request reports