nodejvm
nodejvm copied to clipboard
Start GraalVM with access to NodeJS modules from Java/Kotlin
ekolotyluk@Erics-MBP nodejvm % ./gradlew dat-sample:run > Task :dat-sample:run FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':dat-sample:run'. > Process 'command '/Users/ekolotyluk/dev/nodejvm/build/nodejvm/nodejvm'' finished with...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Actually I think that while developing NodeJVM you faced the same question, https://github.com/graalvm/graaljs/issues/12 :) I am developing a proof of concept based on NodeJVM and the ability to launch a...
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...
It should do these things: 1. Adjust the executable of JavaExec tasks to be `nodejvm` instead of `java` 2. Add the nodejs interop JAR as a dependency 3. Change the...
Needs to wait until GraalVM fully supports Windows. The main UNIX dependency is this file: https://github.com/mikehearn/nodejvm/blob/master/src/main/resources/nodejvm It's a shell script that does the wrangling of the command line arguments from...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...