tweag / rules_haskell

Haskell rules for Bazel.
https://haskell.build
Apache License 2.0
266 stars 81 forks source link

GHCJS support #205

Open patrickmn opened 6 years ago

aherrmann commented 2 years ago

Dropped to P4. It's unclear if GHCJS is still needed given that we now have Asterius support.

avdv commented 12 months ago

Things changed a bit here: Asterius is now deprecated in favor of the native GHC WebAssembly backend (see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc).

And also there is a GHC Javascript backend available (see https://engineering.iog.io/2022-12-13-ghc-js-backend-merged/).

Both are still experimental, but as they stabilize it would make sense to support them.