klo-gba.js
klo-gba.js copied to clipboard
Memory Leak 💢
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.
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.