Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 293 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 293 Bytes

chip8-wasm

CHIP-8 emulator in WebAssembly

Build and run

Requirements:

  1. Build the chip8 wasm module in Rust:
cd chip8
wasm-pack build --target web --out-dir ../app/vendor/chip8