Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Base/JS: GHC.JS.Foreign.Callback module (issue 23126) | Josh Meredith | 2023-04-13 | 1 | -0/+18 |
* 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 |