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
{{ message }}
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
Recently, I've been messing around with the Runtime.js kernel. I've created a syscall that can allow a script to be evaluated in its own context. Here is the code:
Unfortunately, contexts can't run in parallel with other contexts in the same isolate (vm instance). They're like an iframes in the browser, have their own global objects, but share the same heap.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recently, I've been messing around with the Runtime.js kernel. I've created a syscall that can allow a script to be evaluated in its own context. Here is the code:
The text was updated successfully, but these errors were encountered: