Ben Gamari pushed to branch wip/wasm-ffi-docs at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • docs/users_guide/exts/doandifthenelse.rst
    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.
    

  • docs/users_guide/exts/ffi.rst
    ... ... @@ -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
     ----------------------------------