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
I realized that those static are very much global, so in my case I spawn a lot of different runtimes so they will conflict with each other.
I opened DelSkayn/rquickjs#342 to discuss if we could add something to the rquickjs runtime to store those. Otherwise I would do an opaque rust class with a Box<dyn Any> inside to store then in quickjs directly.
The text was updated successfully, but these errors were encountered:
I realized that those static are very much global, so in my case I spawn a lot of different runtimes so they will conflict with each other.
I opened DelSkayn/rquickjs#342 to discuss if we could add something to the rquickjs runtime to store those. Otherwise I would do an opaque rust class with a
Box<dyn Any>
inside to store then in quickjs directly.The text was updated successfully, but these errors were encountered: