copy / v86

x86 PC emulator and x86-to-wasm JIT, running in the browser
https://copy.sh/v86/
BSD 2-Clause "Simplified" License
19.61k stars 1.37k forks source link

TempleOS demo? #270

Closed graingert closed 5 years ago

graingert commented 5 years ago

https://en.wikipedia.org/wiki/TempleOS is somewhat of a popular Internet meme, and would be a good candidate for including on the demo page

copy commented 5 years ago

That would indeed be brilliant, but unfortunately we don't support x86-64 and TempleOS only runs on x86-64.

Kreijstal commented 4 years ago

aww I guess we will have to wait for v86-64 ;)

ThatGuySam commented 1 year ago

For those interested, you can follow x86_64 support here: https://github.com/copy/v86/issues/133