ppeccin / javatari.js

Javatari - Online Atari 2600 Emulator
https://javatari.org
GNU Affero General Public License v3.0
215 stars 54 forks source link

[Feature Request] WebAssembly #8

Open dbz2k opened 6 years ago

dbz2k commented 6 years ago

Will webassembly make your the emulator more efficient?

ppeccin commented 6 years ago

I don't know for sure, but probably yes. But it would have to be rewritten, at least the emulation core components.

Zibri commented 1 year ago

@ppeccin you can find a 6502 emulator in web assembly here: https://github.com/floooh/chips/blob/master/chips/m6502.h

The atari2600 uses just a slightly faster cutdown version of 6502 called 6507.