|
|
|
|
|
by SigmundA
4570 days ago
|
|
WebGL anyone? This is what does most of the heavy lifting in the main asm.js use case: games. I am still waiting to see a UI framework built using asm.js and WebGL. Maybe even a existing native framework ported over, something like WPFe(Silverlight) might be about as difficult as a game engine to port. Asm.js still has no solution to shared memory threads, which will be an issue for any modern game engine I would imagine. |
|
This feels to me like the elephant in the room, not just for asm.js, but for JS in general. We have Web Workers, and that sounds like a solution, so it dampened the discussion of parallelism on the web. But in a lot of situations, Web Workers just don't cut it. Copying memory back and forth is just too inefficient.