|
|
|
|
|
by aquova
1528 days ago
|
|
If anyone is curious, I wrote a guide on Chip-8 emulation in Rust, and the final step was building the emulator to work in a browser via WASM. I do use a Cargo package to assist with targets and compilation, but other than that it allows you to build and load a wasm module into any old website. https://github.com/aquova/chip8-book/blob/master/src/wasm.md |
|