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

Explore ability to load NodeJS as a shared library #7

Open
mikehearn opened this issue Nov 4, 2019 · 0 comments
Open

Explore ability to load NodeJS as a shared library #7

mikehearn opened this issue Nov 4, 2019 · 0 comments

Comments

@mikehearn
Copy link
Owner

From reading the code it may be possible to "late launch" NodeJS into an already running GraalVM, because the startup code is willing to attach to an existing JVM if found rather than start a new one from scratch!

Experiment with this approach, which would simplify things quite a bit by avoiding the need to trampoline via NodeJS at startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant