Support running GHC fully client-side in the browser
above screenshot is the first time in history we're able to run ghc fully client-side in the browser. no backend involved, it just downloads some blobs and then loads the ghc library, then interpret another haskell program via bytecode.
temporary demo hosted at: https://haskell-wasm.github.io/ghc-in-browser
Edited by Cheng Shao
