You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
while debugging our application, I found a very big JSArrayBufferData object in the memory profile. The function which caused this was the decode function of @cwasm/webp. When checking the dependencies, I got the following output:
Hey,
while debugging our application, I found a very big
JSArrayBufferData
object in the memory profile. The function which caused this was thedecode
function of@cwasm/webp
. When checking the dependencies, I got the following output:The object never gets collected by the garbage collection, even when I force it. So I guess it's a possible bug. Maybe we can replace that dependency?
The text was updated successfully, but these errors were encountered: