Hacker News new | ask | show | jobs
by Hrundi 5320 days ago
Emscripten is an amazing project. I cannot express the amount of fun I've been having the last few months.

A few things I've been working on:

A N64 emulator that already runs a few demos quite fast. The Super Mario 64 rom loads, but it doesn't work yet. I suspect it to be a TLB issue.

A dosbox port, which I'll later try to use to run Windows 95 on top. I know, this is a monumental attack on Microsoft's copyright. I won't release this.

A port of the dillo browser. A browser inside another browser. I've looked into webkit but I'm sure it is too big to fit in a browser.

A port of PHP's cli interpreter.

If all of this is not fun, then I don't know what fun is! All thanks to LLVM and emscripten.

1 comments

Links? If you're not going to release that Dosbox port, could you at least leak it? You can do it anonymously.