Chip-8 language emulator written in Rust. The implementation is done following the chip8-book.
cd desktop
cargo run <path/to/rom>Setup
cargo install wasm-pack
cd wasm
wasm-pack build --target web
mv pkg/wasm_bg.wasm pkg/wasm.js ../web/Run http server for the web frontend
cd web/
python3 -m http.server