Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export setupContext publically to be used by additional contexts. #3067

Merged
merged 1 commit into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. Export setupContext publically to be used by additional contexts.

    Currently Worker::Isolate::Impl does the setup of the context.
    Namely setting up the console and WebAssembly.Module@@HasInstance.
    This functionallity is useful in general to any context we might create
    even before we have a Worker::Isolate.
    This commit moves this functionallity to a publically facing api.
    danlapid committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    22652a5 View commit details
    Browse the repository at this point in the history