How to use graaljs ? Is there a place where to get a .jar file/files?

后端 未结 2 905
伪装坚强ぢ
伪装坚强ぢ 2020-12-28 23:41

I use Java 8 and I use the default JavaScript Engine (Nashorn).

I would like to see how it compares with the \'highly hyped\' GRAAL JS. See:

  • https://g
2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 00:24

    ok, sadly I will answer my own question. After a bit of research I found out that I could not get it running on java 8 and anyway there is no .jar (and neither I can manually create it) for graaljs

    details are here:

    https://github.com/graalvm/graaljs/blob/master/docs/BUILDING-GRAAL.JS.md

提交回复
热议问题