← Back to context

Comment by jeroenhd

13 hours ago

Seems to run a lot faster than the previous proof-of-concept I've found (https://www.boxedwine.org/app). Then again, that website runs an entire Linux VM to support Wine.

RetroTick's CPU emulation is actually slower than JIT-based emulators. It feels fast because the Win32 API calls are native JavaScript, not emulated system calls.

  • Making this a partial WINE-in-a browser, quite impressive. How much of this was AI?