@@ -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
0 commit comments