Cheng Shao pushed to branch wip/ghc-9.12-fix-wasm at Glasgow Haskell Compiler / GHC
Commits:
-
3cd27895
by Cheng Shao at 2025-11-25T14:30:05+01:00
1 changed file:
Changes:
| ... | ... | @@ -31,6 +31,7 @@ Compiler |
| 31 | 31 | - Fixed GHC settings to always unescape escaped spaces (:ghc-ticket:`25204`)
|
| 32 | 32 | - Fixed issue with HasCallStack constraint caching (:ghc-ticket:`25529`)
|
| 33 | 33 | - Fixed archive member size writing logic in ``GHC.SysTools.Ar`` (:ghc-ticket:`26120`, :ghc-ticket:`22586`)
|
| 34 | +- Added support for synchronous JSFFI exports for the wasm backend (:ref:`wasm-jsffi`)
|
|
| 34 | 35 | |
| 35 | 36 | Runtime System
|
| 36 | 37 | ~~~~~~~~~~~~~~
|
| ... | ... | @@ -46,6 +47,7 @@ Runtime System |
| 46 | 47 | - Improved documentation of SLIDE and PACK bytecode instructions
|
| 47 | 48 | - Eliminated redundant ``SLIDE x 0`` bytecode instructions
|
| 48 | 49 | - Fixed compile issues on powerpc64 ELF v1
|
| 50 | +- Various fixes of wasm-specific logic in the RTS
|
|
| 49 | 51 | |
| 50 | 52 | Code Generation
|
| 51 | 53 | ~~~~~~~~~~~~~~~
|
| ... | ... | @@ -142,5 +144,3 @@ for further change information. |
| 142 | 144 | libraries/xhtml/xhtml.cabal: Dependency of ``haddock`` executable
|
| 143 | 145 | utils/haddock/haddock-api/haddock-api.cabal: Dependency of ``haddock`` executable
|
| 144 | 146 | utils/haddock/haddock-library/haddock-library.cabal: Dependency of ``haddock`` executable |
| 145 | - |
|
| 146 | - |