From 9c11cec53a01f82ab3c10d231faa5f5236565336 Mon Sep 17 00:00:00 2001 From: sandstrom Date: Thu, 29 Aug 2024 14:50:32 +0200 Subject: [PATCH] Clarify ES2023 support (#740) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6768438..6b4092ad 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If you are going to recompile frequently, you may want to prepend `CARGO_PROFILE Pre-compiled binaries of the Javy CLI can be found on [the releases page](https://github.com/bytecodealliance/javy/releases). -Javy supports ECMA2020 JavaScript. Javy does _not_ provide support for NodeJS or CommonJS APIs. +Javy supports ES2023 JavaScript. Javy does _not_ provide support for NodeJS or CommonJS APIs. ### Compiling to WebAssembly