-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit of WASM support (#768)
- Supports building 8/12 examples w/ the GHC WASM backend - Exports main functions for WASM in examples - Adds wasm dep. entries to cabal.project - Refactors nix infra - Removes superfulous CPP (old servant CPP and - Adds Miso.Runner to abstract over various jsaddle backends - Adds common stanzas to cabal files for readability - Removes wai dep. in mario example. - Migrates haskell-miso.org to Cabal 2.2 (adds shell.nix) - haskell-miso.org client can be built w/ WASM - Cleans up some -Wall warnings - Exposes Miso.Concurrent - shell.nix is now dynamic (can take "ghc" or "ghcjs" as an arg) - "nix-shell --arg pkg ghcjs"
- Loading branch information
Showing
33 changed files
with
377 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.