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
We have a bunch of mutable statics that we might not really need, especially in the guest. We should review them and check if they are necessary/make sure that they are safe if they are (especially since we do generate &mut rather than only raw pointers to some of them).