Y
Hacker News
new
|
ask
|
show
|
jobs
by
obtu
5148 days ago
Actually Emscripten allows you to port an existing native application to JS, and the development effort is comparable to using NaCl.
2 comments
TazeTSchnitzel
5148 days ago
Yup. They've ported all sorts of things with Emscripten, including, I believe, Ruby, Python and Perl.
link
batista
5147 days ago
Yes. But it's a POC thing that's also some orders of magnitude slower...
link
azakai
5147 days ago
It's not orders of magnitude slower, most benchmarks have it 2x-6x slower. It's rarely slower than 10x (one order of magnitude). And that is before JS engines even start to optimize for it.
link