diff options
author | Josh Meredith <joshmeredith2008@gmail.com> | 2023-03-06 09:18:03 +0000 |
---|---|---|
committer | Josh Meredith <joshmeredith2008@gmail.com> | 2023-04-11 10:27:20 +0000 |
commit | ffb4fc49cc57c411dcd2d83f8b5e6c3fb48923b7 (patch) | |
tree | 5951ce0b43bfc9870c026bd16099b9539547ec99 /docs/users_guide/index.rst | |
parent | 3ba77b369a170ba68f4eb5c8f3ae13e03dcbb28d (diff) | |
download | haskell-wip/js-exports.tar.gz |
Base/JS: GHC.JS.Foreign.Callback module (issue 23126)wip/js-exports
* Add the Callback module for "exporting" Haskell functions
to be available to plain JavaScript code
* Fix some primitives defined in GHC.JS.Prim
* Add a JavaScript section to the user guide with instructions
on how to use the JavaScript FFI, building up to using Callbacks
to interact with the browser
* Add tests for the JavaScript FFI and Callbacks
Diffstat (limited to 'docs/users_guide/index.rst')
-rw-r--r-- | docs/users_guide/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/index.rst b/docs/users_guide/index.rst index 56354e36bb..15274dcc71 100644 --- a/docs/users_guide/index.rst +++ b/docs/users_guide/index.rst @@ -23,6 +23,7 @@ Contents: hints utils win32-dlls + javascript wasm bugs eventlog-formats |