[Git][ghc/ghc][master] 2 commits: users-guide: Reference Wasm FFI section
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: fe925bd4 by Ben Gamari at 2025-07-07T20:44:30-04:00 users-guide: Reference Wasm FFI section - - - - - 5856284b by Ben Gamari at 2025-07-07T20:44:30-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/0fb24420f4129aaf4e41114b6615d43... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/0fb24420f4129aaf4e41114b6615d43... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)