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
-
80caffff
by Ben Gamari at 2025-07-01T09:42:49-04:00
2 changed files:
Changes:
1 | 1 | .. _doandifthenelse:
|
2 | 2 | |
3 | 3 | Do And If Then Else
|
4 | -============
|
|
4 | +===================
|
|
5 | 5 | |
6 | 6 | .. extension:: DoAndIfThenElse
|
7 | 7 | :shortdesc: Allow semicolons in ``if`` expressions.
|
... | ... | @@ -31,6 +31,8 @@ features should be avoided where possible. |
31 | 31 | |
32 | 32 | The FFI libraries are documented in the accompanying library
|
33 | 33 | documentation; see for example the :base-ref:`Foreign.` module.
|
34 | +For documentation on FFI with WebAssembly, see the
|
|
35 | +:ref:`WebAssembly chapter <wasm-jsffi>`.
|
|
34 | 36 | |
35 | 37 | GHC differences to the FFI Chapter
|
36 | 38 | ----------------------------------
|