javatari.js icon indicating copy to clipboard operation
javatari.js copied to clipboard

[Feature Request] WebAssembly

Open dbz2k opened this issue 6 years ago • 2 comments

Will webassembly make your the emulator more efficient?

dbz2k avatar Jan 06 '18 00:01 dbz2k

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

ppeccin avatar Jan 07 '18 23:01 ppeccin

@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.

Zibri avatar Nov 20 '22 05:11 Zibri