An abstraction over jsaddle for various backends (GHCJS, WASM, GHC)
Abstracts over:
$ nix-shell
$ nix-build
module Main where
import Language.Javascript.JSaddle.Runner (run)
main :: IO ()
main = run code
code :: JSM ()
code = undefined -- your code goes here