klo-gba.js icon indicating copy to clipboard operation
klo-gba.js copied to clipboard

Memory Leak 💢

Open macabeus opened this issue 6 years ago • 1 comments

For some unknown reason, we have a very annoying memory leak on the project. I don't know exactly when it started, but I guess that it is because of the web assembly - or maybe because of the canvas.

After some reloads at the page, we need to close it and open a new tab because web assembly can't start since haven't enough memory.

macabeus avatar Apr 30 '19 04:04 macabeus

This is unfortunate normal at the moment for WebAssembly projects 😞

I've done an import of a simple WASM function and used it on JS and with just that the project leaks memory for each refresh.

evaporei avatar Oct 05 '19 19:10 evaporei