
Ben Gamari pushed to branch wip/wasm-ffi-docs at Glasgow Haskell Compiler / GHC Commits: cf1b1d9c by Ben Gamari at 2025-07-01T09:42:43-04:00 users-guide: Reference Wasm FFI section - - - - - 80caffff by Ben Gamari at 2025-07-01T09:42:49-04:00 users-guide: Fix too-short heading warning - - - - - 2 changed files: - docs/users_guide/exts/doandifthenelse.rst - docs/users_guide/exts/ffi.rst Changes: ===================================== docs/users_guide/exts/doandifthenelse.rst ===================================== @@ -1,7 +1,7 @@ .. _doandifthenelse: Do And If Then Else -============ +=================== .. extension:: DoAndIfThenElse :shortdesc: Allow semicolons in ``if`` expressions. ===================================== docs/users_guide/exts/ffi.rst ===================================== @@ -31,6 +31,8 @@ features should be avoided where possible. The FFI libraries are documented in the accompanying library documentation; see for example the :base-ref:`Foreign.` module. +For documentation on FFI with WebAssembly, see the +:ref:`WebAssembly chapter <wasm-jsffi>`. GHC differences to the FFI Chapter ---------------------------------- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/eb8590bf8a91666eaf1ab4d5338e119... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/eb8590bf8a91666eaf1ab4d5338e119... You're receiving this email because of your account on gitlab.haskell.org.