Skip to content

Commit

Permalink
Clarify ES2023 support (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstrom committed Aug 29, 2024
1 parent cc14d0e commit 9c11cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9c11cec

Please sign in to comment.