Open dbz2k opened 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.
@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.
Will webassembly make your the emulator more efficient?