A Chip 8 emulator with a web front end using WASM.
Build the WASM file by running the following command (you will need to have wasm-pack installed).
cd frontend && wasm-pack build --release --target web --out-dir .
Now run any HTTP server, for simplicity I recommend python.
python -m http-server