-
Notifications
You must be signed in to change notification settings - Fork 36
Is there a way to use one single JVM on multiple invocations #109
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
Comments
The That being said, you can be explicit and if you know that you have created a Note: |
Ok, that sounds like great news! Thanks for the explanation! I'm trying to test this out to see if it works, but running into issues building with wasm-pack. Have you successfully built J4RS projects to wasm before? |
Those are my exact errors I'm running into with the libc stuff. I'll look through them, thanks for the quick responses! |
I have a use case where I want my Rust program to act as a middle man from JavaScript to Java code. But don’t want to have to rebuild a new JVM on every invocation. Is there a way to create a constantly running JVM and then re-attach to that JVM every time I call into Rust?
The text was updated successfully, but these errors were encountered: