summaryrefslogtreecommitdiff
path: root/testsuite/tests/javascript/js-ffi-array.hs
Commit message (Collapse)AuthorAgeFilesLines
* Base/JS: GHC.JS.Foreign.Callback module (issue 23126)Josh Meredith2023-04-131-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