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
It is very nice for scanning using web assembly and very helpful repository, thanks for sharing.
However, I came across following scenario, please read,
when running demo sample application from iPad, it keeps adding memory and at certain point page gets crashed. It clearly gets noticed in iPad, however in Chrome it shows memory getting increased and after some memory limit, chrome also shows crash behavior.
please suggest or improve the memory management.
The text was updated successfully, but these errors were encountered:
//(this is not really necessary in this example as we could reuse the buffer, but is used to demonstrate how you can manage Wasm heap memory from the js environment)
api.destroy_buffer(p);
It should call this wasm function, with a pointer to the buffer as an argument.
It is very nice for scanning using web assembly and very helpful repository, thanks for sharing.
However, I came across following scenario, please read,
when running demo sample application from iPad, it keeps adding memory and at certain point page gets crashed. It clearly gets noticed in iPad, however in Chrome it shows memory getting increased and after some memory limit, chrome also shows crash behavior.
please suggest or improve the memory management.
The text was updated successfully, but these errors were encountered: