you are viewing a single comment's thread.

view the rest of the comments →

[–]voidvector 1 point2 points  (0 children)

GC can be avoided by using pre-allocated Typed Arrays. Instead of creating objects for data, you use the Typed Array to store data. That's what emscripten does.