Skip to content

Commit

Permalink
[GR-51335] Update download links for 24.0.0.
Browse files Browse the repository at this point in the history
PullRequest: graal/17307
  • Loading branch information
olyagpl committed Mar 20, 2024
2 parents af93637 + 8aa5758 commit cd50dd2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
14 changes: 7 additions & 7 deletions docs/reference-manual/java-on-truffle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ Java on Truffle passes the Java Compatibility Kit (JCK or TCK for Java SE).

## Getting Started

As of GraalVM for JDK 21, Java on Truffle (known as Espresso) is available as a standalone distribution.
Java on Truffle (known as Espresso) is available as a standalone distribution.
You can download a standalone based on Oracle GraalVM or GraalVM Community Edition.

1. Download the Java on Truffle (Espresso) 23.1 standalone for your operating system:
1. Download the Java on Truffle (Espresso) 24.0 standalone for your operating system:

* [Linux x64](https://gds.oracle.com/api/20220101/artifacts/069B12298B3349EDE0631718000A11BC/content)
* [Linux AArch64](https://gds.oracle.com/api/20220101/artifacts/069B4EC01B97519AE0631718000AA34D/content)
* [macOS x64](https://gds.oracle.com/api/20220101/artifacts/07867F4EBBAF81ADE0631718000AA7AB/content)
* [macOS AArch64](https://gds.oracle.com/api/20220101/artifacts/069B12298B4949EDE0631718000A11BC/content)
* [Windows x64](https://gds.oracle.com/api/20220101/artifacts/07867F4EBBBD81ADE0631718000AA7AB/content)
* [Linux x64](https://gds.oracle.com/download/espresso/archive/espresso-java21-24.0.0-linux-amd64.tar.gz)
* [Linux AArch64](https://gds.oracle.com/download/espresso/archive/espresso-java21-24.0.0-linux-aarch64.tar.gz)
* [macOS x64](https://gds.oracle.com/download/espresso/archive/espresso-java21-24.0.0-macos-amd64.tar.gz)
* [macOS AArch64](https://gds.oracle.com/download/espresso/archive/espresso-java21-24.0.0-macos-aarch64.tar.gz)
* [Windows x64](https://gds.oracle.com/download/espresso/archive/espresso-java21-24.0.0-windows-amd64.zip)

2. Unzip the archive:

Expand Down
24 changes: 12 additions & 12 deletions docs/reference-manual/llvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ This allows seamless interoperability with the dynamic languages supported by Gr

## Getting Started

As of GraalVM for JDK 21, the GraalVM LLVM runtime is available as a standalone distribution.
The GraalVM LLVM runtime is available as a standalone distribution.
You can download a standalone based on Oracle GraalVM or GraalVM Community Edition.

1. Download the LLVM 23.1 standalone for your operating system:
1. Download the LLVM 24.0 standalone for your operating system:

- Native standalone
* [Linux x64](https://gds.oracle.com/api/20220101/artifacts/07867F4EBC7C81ADE0631718000AA7AB/content)
* [Linux AArch64](https://gds.oracle.com/api/20220101/artifacts/07867F4EBC8181ADE0631718000AA7AB/content)
* [macOS x64](https://gds.oracle.com/api/20220101/artifacts/069B4EC01CBE519AE0631718000AA34D/content)
* [macOS AArch64](https://gds.oracle.com/api/20220101/artifacts/069B12298BE249EDE0631718000A11BC/content)
* [Windows x64](https://gds.oracle.com/api/20220101/artifacts/069B12298BE749EDE0631718000A11BC/content)
* [Linux x64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.0-linux-amd64.tar.gz)
* [Linux AArch64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.0-linux-aarch64.tar.gz)
* [macOS x64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.0-macos-amd64.tar.gz)
* [macOS AArch64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.0-macos-aarch64.tar.gz)
* [Windows x64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.0-windows-amd64.zip)
- JVM standalone
* [Linux x64](https://gds.oracle.com/api/20220101/artifacts/069B12298BEC49EDE0631718000A11BC/content)
* [Linux AArch64](https://gds.oracle.com/api/20220101/artifacts/069B4EC01CC3519AE0631718000AA34D/content)
* [macOS x64](https://gds.oracle.com/api/20220101/artifacts/07867F4EBC8881ADE0631718000AA7AB/content)
* [macOS AArch64](https://gds.oracle.com/api/20220101/artifacts/069B4EC01CC8519AE0631718000AA34D/content)
* [Windows x64](https://gds.oracle.com/api/20220101/artifacts/07867F4EBC8D81ADE0631718000AA7AB/content)
* [Linux x64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.0-linux-amd64.tar.gz)
* [Linux AArch64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.0-linux-aarch64.tar.gz)
* [macOS x64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.0-macos-amd64.tar.gz)
* [macOS AArch64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.0-macos-aarch64.tar.gz)
* [Windows x64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.0-windows-amd64.zip)

2. Unzip the archive:

Expand Down
24 changes: 12 additions & 12 deletions docs/reference-manual/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ The support for WebAssembly is in the early stages of its development.

## Getting Started

As of GraalVM for JDK 21, the GraalVM WebAssembly runtime (known as Wasm) is available as a standalone distribution.
The GraalVM WebAssembly runtime (known as Wasm) is available as a standalone distribution.
You can download a standalone based on Oracle GraalVM or GraalVM Community Edition.

1. Download the Wasm 23.1 standalone for your operating system:
1. Download the Wasm 24.0 standalone for your operating system:
- Native standalone
* [Linux x64](https://gds.oracle.com/api/20220101/artifacts/069B4EC01C4D519AE0631718000AA34D/content)
* [Linux AArch64](https://gds.oracle.com/api/20220101/artifacts/069B4EC01C5E519AE0631718000AA34D/content)
* [macOS x64](https://gds.oracle.com/api/20220101/artifacts/069B12298B9149EDE0631718000A11BC/content)
* [macOS AArch64](https://gds.oracle.com/api/20220101/artifacts/069B4EC01C7B519AE0631718000AA34D/content)
* [Windows x64](https://gds.oracle.com/api/20220101/artifacts/069B12298BB049EDE0631718000A11BC/content)
* [Linux x64](https://gds.oracle.com/download/wasm/archive/graalwasm-24.0.0-linux-amd64.tar.gz)
* [Linux AArch64](https://gds.oracle.com/download/wasm/archive/graalwasm-24.0.0-linux-aarch64.tar.gz)
* [macOS x64](https://gds.oracle.com/download/wasm/archive/graalwasm-24.0.0-macos-amd64.tar.gz)
* [macOS AArch64](https://gds.oracle.com/download/wasm/archive/graalwasm-24.0.0-macos-aarch64.tar.gz)
* [Windows x64](https://gds.oracle.com/download/wasm/archive/graalwasm-24.0.0-windows-amd64.zip)
- JVM standalone
* [Linux x64](https://gds.oracle.com/api/20220101/artifacts/069B4EC01C98519AE0631718000AA34D/content)
* [Linux AArch64](https://gds.oracle.com/api/20220101/artifacts/069B12298BDD49EDE0631718000A11BC/content)
* [macOS x64](https://gds.oracle.com/api/20220101/artifacts/07867F4EBC6481ADE0631718000AA7AB/content)
* [macOS AArch64](https://gds.oracle.com/api/20220101/artifacts/069B4EC01CB9519AE0631718000AA34D/content)
* [Windows x64](https://gds.oracle.com/api/20220101/artifacts/07867F4EBC7781ADE0631718000AA7AB/content)
* [Linux x64](https://gds.oracle.com/download/wasm/archive/graalwasm-jvm-24.0.0-linux-amd64.tar.gz)
* [Linux AArch64](https://gds.oracle.com/download/wasm/archive/graalwasm-jvm-24.0.0-linux-aarch64.tar.gz)
* [macOS x64](https://gds.oracle.com/download/wasm/archive/graalwasm-jvm-24.0.0-macos-amd64.tar.gz)
* [macOS AArch64](https://gds.oracle.com/download/wasm/archive/graalwasm-jvm-24.0.0-macos-aarch64.tar.gz)
* [Windows x64](https://gds.oracle.com/download/wasm/archive/graalwasm-jvm-24.0.0-windows-amd64.zip)

2. Unzip the archive:

Expand Down

0 comments on commit cd50dd2

Please sign in to comment.