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
Objects might need to be freed after the JS context is gone, so delay
destroying the runtime until the very end.
This is tricky, however, since it means bindings need to make sure not
to use js_free but rather do js_free_rt when releasing resources late.
0 commit comments