Skip to content

Comment on Winamp 2 in HTML5parent

Comments

Wine Is Not an Emulator, though - you'd still need some kind of layer translating the x86 binary to JS.

wouldn't that be the role of asm.js?

No, asm.js is just "an extraordinarily optimizable, low-level subset of JavaScript". It doesn't run x86 machine code, you'd need to convert it (or interpret it).

According to the webs, there are some x86 → LLVM converters, and then Emscripten can convert LLVM → asm.js, but getting that to work would probably take many months.

Oh yeah true.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.