Forked from
Glasgow Haskell Compiler / GHC
107 commits behind the upstream repository.
-
Cheng Shao authored
The wasm dyld script used to only run in node and directly uses setImmediate in globalThis. In case of browsers, it needs to import setImmediate from the prelude, hence this commit.
Cheng Shao authoredThe wasm dyld script used to only run in node and directly uses setImmediate in globalThis. In case of browsers, it needs to import setImmediate from the prelude, hence this commit.
Code owners