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
Currently, PublicDirectorys that are passed from rust to JS will have a free() function generated with them, which will clear up memory used inside the WASM memory & must be used to prevent memory leaks.