Skip to content

Commit 6d6d46e

Browse files
committed
update README
1 parent 49adfb0 commit 6d6d46e

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@ Demos for graalvm with springboot projects.
2626

2727
**JDK**[openjdk](https://openjdk.org/)
2828

29-
**dependency**: org.graalvm.sdk:graal-sdk, org.graalvm.js:js, org.graalvm.js:js-scriptengine
29+
**dependency**: org.graalvm.sdk:graal-sdk, org.graalvm.polyglot:js-community, org.graalvm.polyglot:python-community, org.graalvm.polyglot:llvm-community, org.graalvm.polyglot:ruby-community
3030

3131
**support language**:
3232

3333

34-
| icon | language | requied | doc | github repo | maven repo |
35-
| ----------------------------------------------- | ---------- | ------------------------------------------------------ | --------------------------------------------------------------------------------------- | -------------------------------------------- | --------------------------------------------------------------------- |
36-
| <img height="30" src="icon/js.png" width="30"/> | js, nodejs | org.graalvm.js:js<br /> org.graalvm.js:js-scriptengine | [JavaScript and Node.js Reference](https://www.graalvm.org/latest/reference-manual/js/) | [graaljs](https://github.com/oracle/graaljs) | [maven graaljs](https://mvnrepository.com/artifact/org.graalvm.js/js) |
34+
| icon | language | requied | doc | github repo | maven repo |
35+
| ----------------------------------------------- | ---------- |---------------------------------------| --------------------------------------------------------------------------------------- | -------------------------------------------- |----------------------------------------------------------------------------------------------------|
36+
| <img height="30" src="icon/js.png" width="30"/> | js, nodejs | org.graalvm.polyglot:js-community | [JavaScript and Node.js Reference](https://www.graalvm.org/latest/reference-manual/js/) | [graaljs](https://github.com/oracle/graaljs) | [maven js-community](https://mvnrepository.com/artifact/org.graalvm.polyglot/js-community) |
37+
| <img height="30" src="icon/python.png" width="30"/> | python | org.graalvm.polyglot:python-community | [Python Reference](https://www.graalvm.org/latest/reference-manual/python/) | [graalpython](https://github.com/oracle/graalpython) | [maven python-community](https://mvnrepository.com/artifact/org.graalvm.polyglot/python-community) |
38+
| <img height="30" src="icon/llvm.png" width="30"/> | C/C++, Fortran, Rust and others | org.graalvm.polyglot:llvm-community | [LLVM Reference](https://www.graalvm.org/latest/reference-manual/llvm/) | | [maven llvm-community](https://mvnrepository.com/artifact/org.graalvm.polyglot/llvm-community) |
39+
| <img height="30" src="icon/ruby.png" width="30"/> | ruby | org.graalvm.polyglot:ruby-community | [Ruby Reference](https://www.graalvm.org/latest/reference-manual/ruby/) | [truffleruby](https://github.com/oracle/truffleruby) | [maven ruby-community](https://mvnrepository.com/artifact/org.graalvm.polyglot/ruby-community) |
3740

3841
## sandbox resource limits
3942

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@
5858
<version>${graalvm.version}</version>
5959
<type>pom</type>
6060
</dependency>
61-
<dependency>
62-
<groupId>org.graalvm.polyglot</groupId>
63-
<artifactId>java-community</artifactId>
64-
<version>${graalvm.version}</version>
65-
<type>pom</type>
66-
</dependency>
6761
</dependencies>
6862
</dependencyManagement>
6963
</project>

0 commit comments

Comments
 (0)