Hacker News new | ask | show | jobs
by daurnimator 3928 days ago
That's not compiling lua to asm.js; it's running the lua vm in asm.js.

A straight up transpilation is other projects like lua.js. But you loose really nice core lua features like coroutines...