graalvm-js update

This commit is contained in:
minjaesong
2023-05-19 14:19:39 +09:00
parent a587c86826
commit 16ae3225e6
43 changed files with 178 additions and 104 deletions

View File

@@ -0,0 +1,20 @@
## How To Edit the Graaljs Jars
0. Download following from Maven:
org.graalvm.js:js:00.0.0
org.graalvm.js:js-scriptengine:00.0.0
1. grab `js-00.0.0.jar`
2. on `META-INF/services/com.oracle.truffle.api.TruffleLanguage$Provider`, edit as shown:
com.oracle.truffle.js.lang.JavaScriptLanguageProvider (existing line)
com.oracle.truffle.regex.RegexLanguageProvider (<< add this line)
3. grab `regex-00.0.0.jar`
4. on `META-INF/services/com.oracle.truffle.api.TruffleLanguage$Provider`, edit as shown:
com.oracle.truffle.regex.RegexLanguageProvider (existing line)
com.oracle.truffle.js.lang.JavaScriptLanguageProvider (<< add this line)
5. Re-zip two files

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/graal-sdk-22.3.1-javadoc.jar LFS Normal file

Binary file not shown.

BIN
lib/graal-sdk-22.3.1-sources.jar LFS Normal file

Binary file not shown.

BIN
lib/graal-sdk-22.3.1.jar LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/icu4j-71.1-javadoc.jar LFS Normal file

Binary file not shown.

BIN
lib/icu4j-71.1-sources.jar LFS Normal file

Binary file not shown.

BIN
lib/icu4j-71.1.jar LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/js-22.3.1-edit.jar LFS Normal file

Binary file not shown.

BIN
lib/js-22.3.1-javadoc.jar LFS Normal file

Binary file not shown.

BIN
lib/js-22.3.1-sources.jar LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/js-scriptengine-22.3.1.jar LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/regex-22.3.1-edit.jar LFS Normal file

Binary file not shown.

BIN
lib/regex-22.3.1-javadoc.jar LFS Normal file

Binary file not shown.

BIN
lib/regex-22.3.1-sources.jar LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/truffle-api-22.3.1.jar LFS Normal file

Binary file not shown.