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 docs: add wasm related items in 9.12.3 notes - - - - - 1 changed file: - docs/users_guide/9.12.3-notes.rst Changes: ===================================== docs/users_guide/9.12.3-notes.rst ===================================== @@ -31,6 +31,7 @@ Compiler - Fixed GHC settings to always unescape escaped spaces (:ghc-ticket:`25204`) - Fixed issue with HasCallStack constraint caching (:ghc-ticket:`25529`) - Fixed archive member size writing logic in ``GHC.SysTools.Ar`` (:ghc-ticket:`26120`, :ghc-ticket:`22586`) +- Added support for synchronous JSFFI exports for the wasm backend (:ref:`wasm-jsffi`) Runtime System ~~~~~~~~~~~~~~ @@ -46,6 +47,7 @@ Runtime System - Improved documentation of SLIDE and PACK bytecode instructions - Eliminated redundant ``SLIDE x 0`` bytecode instructions - Fixed compile issues on powerpc64 ELF v1 +- Various fixes of wasm-specific logic in the RTS Code Generation ~~~~~~~~~~~~~~~ @@ -142,5 +144,3 @@ for further change information. libraries/xhtml/xhtml.cabal: Dependency of ``haddock`` executable utils/haddock/haddock-api/haddock-api.cabal: Dependency of ``haddock`` executable utils/haddock/haddock-library/haddock-library.cabal: Dependency of ``haddock`` executable - - View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3cd27895944c5f76ce606008476114e3... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3cd27895944c5f76ce606008476114e3... You're receiving this email because of your account on gitlab.haskell.org.