Skip to content

Commit

Permalink
More links
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyl20 committed Dec 2, 2022
1 parent c86cca3 commit 36094d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions blog/2022-09-22-ghc-js.md
Expand Up @@ -94,8 +94,10 @@ GHCJS user, here are the main differences:
unsafe (exchanging a unit for another when GHC tries to load a plugin).
Fixing this properly is a daunting task because of GHC's lack of modularity
(see [#14335](https://gitlab.haskell.org/ghc/ghc/-/issues/14335)): GHC assumes there is a single global unit environment.
We implemented a more principled workaround in #20964 / !7377 that works in
any GHC cross-compiler.
We implemented a more principled workaround in
[#20964](https://gitlab.haskell.org/ghc/ghc/-/issues/20964) /
[!7377](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7377) that works
in any GHC cross-compiler.

5. GHCJS's support for TH hasn't been ported. GHCJS had its own implementation
of an external interpreter (THRunner) which has been used as an inspiration
Expand Down

0 comments on commit 36094d8

Please sign in to comment.