delete globalThis.__contextdelete globalThis.__context, but I can't do this since values I get from runtime.handle_scope()runtime.handle_scope() are LocalLocal and need a mutable reference to runtime, and I don't think I can make them global, since that also requires a mutable reference to runtime to get the isolate. Another option that works would be keeping the state in rust and accessing it through ops, but I'm not sure how to do that either.Join the Discord to ask follow-up questions and connect with the community