Chip8 implementation written in Rust with SDL2 for the rendering.
This project support building for both the wasm binary through wasm-pack
and natively running the emulator through sdl.
cargo build --features="sdl"
cargo run --features="sdl" <ROM>
cd web/
npm run start