Skip to content

GraalJS 23.1.1

Compare
Choose a tag to compare
@ezzarghili ezzarghili released this 24 Oct 16:08
· 6854 commits to master since this release

GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications.
It is fully standard compliant, execute applications with high performance, and provide all benefits from the GraalVM stack, including language interoperability and common tooling.

As of version 23.1.0, you can download GraalJS as a standalone distribution for Oracle GraalVM or GraalVM Community Edition.
There are two standalone types to choose from:

  • Native Standalone: This contains a Native Image compiled launcher
  • JVM Standalone: This contains JavaScript in the JVM configuration

To distinguish between them, the GraalVM Community Edition version has the suffix -community in the name. A JVM standalone has a -jvm suffix in a name.

Learn more about GraalJS and how to get started on the website: https://www.graalvm.org/javascript/.