Project 'TerrorJack/ghc' was moved to 'haskell-wasm/ghc'. Please update any links and bookmarks that may still have the old path.
wasm: fix setImmediate() implementation for Cloudflare Workers
This patch fixes setImmediate() implementation for Cloudflare Workers in the wasm backend's js prelude script. Cloudflare Workers doesn't support the MessageChannel API, and we use a setTimeout() based fallback implementation in this case. (cherry picked from commit c37b96fa)
Loading
-
mentioned in commit 57735bda
-
mentioned in commit a9e586d1
-
mentioned in commit 5f456cc0
-
mentioned in commit 052a0897
-
mentioned in commit 276c5c53
-
mentioned in commit 11e74388
-
mentioned in commit 19c115f6
-
mentioned in commit dacd990c
-
mentioned in commit b13a7503
-
mentioned in commit eedad4b8
-
mentioned in commit a9aaede8
-
mentioned in commit 66d1863b
-
mentioned in commit abb68c72
-
mentioned in commit 6888c9c4
-
mentioned in commit b6b7540e
Please register or sign in to comment