Anyone heard of Emscripten?
I have just found it on my lunch break at work, I'm I could have some fun with this. I found it whilst stumbling on: https://win95.ajf.me/
Emscripten is an LLVM-based project that compiles C and C++ into highly-optimizable JavaScript in asm.js format. This lets you run C and C++ on the web at near-native speed, without plugins.
Compile your existing projects written in C or C++ and run them on all modern browsers.
I have just found it on my lunch break at work, I'm I could have some fun with this. I found it whilst stumbling on: https://win95.ajf.me/