Skip to content

Commit b899708

Browse files
TerrorJackMarge Bot
authored andcommitted
docs: add documentation for wasm backend JSFFI
This commit adds changelog and user facing documentation for the wasm backend's JSFFI feature.
1 parent 1d07f9a commit b899708

File tree

2 files changed

+490
-2
lines changed

2 files changed

+490
-2
lines changed

docs/users_guide/9.10.1-notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ JavaScript backend
157157
into C functions and pragmas have been added to indicate which C functions are
158158
exported (see the users guide).
159159

160+
WebAssembly backend
161+
~~~~~~~~~~~~~~~~~~~
162+
163+
- The wasm backend now implements JavaScript FFI, allowing JavaScript
164+
to be called from Haskell and vice versa when targetting JavaScript
165+
environments like browsers and node.js. See :ref:`JavaScript FFI in
166+
the wasm backend <wasm-jsffi>` for details.
160167

161168
GHCi
162169
~~~~

0 commit comments

Comments
 (0)