An open API service indexing awesome lists of open source software.

https://github.com/lagunoff/wasi-reactor-gc-counterexample

Reproducing a bug in WASM backend of GHC
https://github.com/lagunoff/wasi-reactor-gc-counterexample

Last synced: 2 months ago
JSON representation

Reproducing a bug in WASM backend of GHC

Awesome Lists containing this project

README

        

Build Instructions

```sh
# Build WASM module
nix shell ./ghc-wasm-meta -c wasm32-wasi-cabal build wasi-reactor-gc-counterexample --offline
# Build JavaSript runtime
yarn install
yarn run webpack --mode production
```

Run results in browser [Here](https://lagunoff.github.io/wasi-reactor-gc-counterexample).