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
- Host: GitHub
- URL: https://github.com/lagunoff/wasi-reactor-gc-counterexample
- Owner: lagunoff
- Created: 2024-02-06T21:55:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-06T23:11:00.000Z (over 1 year ago)
- Last Synced: 2024-02-06T23:24:48.728Z (over 1 year ago)
- Language: HTML
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).