nes-rust is a NES emulator written in Rust. It can be compiled to WebAssembly.
- Audio support with SDL2 / WebAudio
- WebAssembly support
- Remote multiplay support with WebRTC
The emulator module and document are released at crates.io.
$ git clone https://github.com/takahirox/nes-rust.git
$ cd nes-rust
$ cargo build --release
Prerequirements
- Install Rust-SDL2
$ cd nes-rust/cli
$ cargo run --release path_to_rom_file
See wasm/web
See wasm/npm