Any asm.js code that calls into DOM apis is going to need this. Otherwise they don't know when to free stuff.
Most of the current asm.js code out there just binds a single canvas element, and works with that. But if you want to actually call anything else....
Any asm.js code that calls into DOM apis is going to need this. Otherwise they don't know when to free stuff.
Most of the current asm.js code out there just binds a single canvas element, and works with that. But if you want to actually call anything else....