mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
graalvm-js update
This commit is contained in:
20
lib/_create_graaljs_edit.md
Normal file
20
lib/_create_graaljs_edit.md
Normal 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
Normal file
BIN
lib/graal-sdk-22.3.1-javadoc.jar
Normal file
Binary file not shown.
BIN
lib/graal-sdk-22.3.1-sources.jar
Normal file
BIN
lib/graal-sdk-22.3.1-sources.jar
Normal file
Binary file not shown.
BIN
lib/graal-sdk-22.3.1.jar
Normal file
BIN
lib/graal-sdk-22.3.1.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
lib/icu4j-71.1-javadoc.jar
Normal file
BIN
lib/icu4j-71.1-javadoc.jar
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.
Binary file not shown.
BIN
lib/js-22.3.1-edit.jar
Normal file
BIN
lib/js-22.3.1-edit.jar
Normal file
Binary file not shown.
BIN
lib/js-22.3.1-javadoc.jar
Normal file
BIN
lib/js-22.3.1-javadoc.jar
Normal file
Binary file not shown.
BIN
lib/js-22.3.1-sources.jar
Normal file
BIN
lib/js-22.3.1-sources.jar
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-javadoc.jar
Normal file
BIN
lib/js-scriptengine-22.3.1-javadoc.jar
Normal file
Binary file not shown.
BIN
lib/js-scriptengine-22.3.1-sources.jar
Normal file
BIN
lib/js-scriptengine-22.3.1-sources.jar
Normal file
Binary file not shown.
BIN
lib/js-scriptengine-22.3.1.jar
Normal file
BIN
lib/js-scriptengine-22.3.1.jar
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/regex-22.3.1-edit.jar
Normal file
BIN
lib/regex-22.3.1-edit.jar
Normal file
Binary file not shown.
BIN
lib/regex-22.3.1-javadoc.jar
Normal file
BIN
lib/regex-22.3.1-javadoc.jar
Normal file
Binary file not shown.
BIN
lib/regex-22.3.1-sources.jar
Normal file
BIN
lib/regex-22.3.1-sources.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/truffle-api-22.3.1-javadoc.jar
Normal file
BIN
lib/truffle-api-22.3.1-javadoc.jar
Normal file
Binary file not shown.
BIN
lib/truffle-api-22.3.1-sources.jar
Normal file
BIN
lib/truffle-api-22.3.1-sources.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user