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
Hi, I want to put some data into the op_state in my Rust functions to persist it between JS function calls. But it's vitally important that the JS can't see the data. Is this safe? Is there a way for the JS to see into op_state?