-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
haskell.compiler.ghcHEAD: get JS backend to work #208879
Copy link
Copy link
Closed
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language
Metadata
Metadata
Assignees
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
ghcHEAD(and the to be released GHC 9.6) have a JS backend that will replaceghcjs. We should get it to work in order to be able to get rid of the burdensomeghcjs8.10.7. Ideally we can do this via the already existingpkgsCross.ghcjsinfrastructure, but emscripten is proving to be a little annoying, so it may not be entirely possible.Upstream build instructions.