From 6cef260e90a59394e11332407579bb29b9e4df1b Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Mon, 31 Oct 2022 09:54:25 +0100 Subject: [PATCH] Update support table after 22.3 release. --- docs/enterprise-overview/support.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/enterprise-overview/support.md b/docs/enterprise-overview/support.md index feaa2285784e..de7f083ab378 100644 --- a/docs/enterprise-overview/support.md +++ b/docs/enterprise-overview/support.md @@ -36,13 +36,13 @@ The development team welcomes feedback on experimental features, but users shoul For more information, check the [Oracle Technology Network License Agreement for GraalVM Enterprise Edition](https://www.oracle.com/downloads/licenses/graalvm-otn-license.html). -The following table lists supported and experimental features in GraalVM Enterprise Edition 22.2 by platform. +The following table lists supported and experimental features in GraalVM Enterprise Edition 22.3 by platform. | Feature | Linux AMD64 | Linux ARM64 | macOS AMD64 | Windows AMD64 | |-----------------|---------------|---------------|---------------|---------------| | Native Image | supported | supported | supported | supported | -| LLVM runtime | supported | supported | supported | not available | -| LLVM toolchain | supported | supported | supported | not available | +| LLVM runtime | supported | supported | supported | experimental | +| LLVM toolchain | supported | supported | supported | experimental | | JavaScript | supported | supported | supported | supported | | Node.js | supported | supported | supported | supported | | Java on Truffle | supported | experimental | experimental | experimental |