Skip to content

Support running GHC fully client-side in the browser

Cheng Shao requested to merge wip/wasm-dyld-pie into master

image

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

Merge request reports

Loading