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
During the #67 (comment) we figured out that it's essential to not have access to the goja runtime inside the go routines because that could lead to the race.
There are places in the module where we have such access; we should migrate them accordingly:
What?
During the #67 (comment) we figured out that it's essential to not have access to the goja runtime inside the go routines because that could lead to the race.
There are places in the module where we have such access; we should migrate them accordingly:
Why?
Having access to the throw routine could lead to the race.
The text was updated successfully, but these errors were encountered: