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
This should allow running JS code in the specific realm much easier. Also we probably want to define pub type JsGlobalObject = TypedJsObject<JsGlobal>. Inside JsGlobal we have to add RuntimRef so it is possible to access VM from the global object.
The text was updated successfully, but these errors were encountered:
This should allow running JS code in the specific realm much easier. Also we probably want to define
pub type JsGlobalObject = TypedJsObject<JsGlobal>
. Inside JsGlobal we have to addRuntimRef
so it is possible to access VM from the global object.The text was updated successfully, but these errors were encountered: