Port clock_gettime from GHCJS to the JS backend
GHCJS implemented the c function clock_gettime
, which is imported into the time
package via the C FFI. Currently, the JavaScript backend has not ported the containing file (rts/js/time.js
).
GHCJS implemented the c function clock_gettime
, which is imported into the time
package via the C FFI. Currently, the JavaScript backend has not ported the containing file (rts/js/time.js
).