bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.16k stars 103 forks source link

Change javy-cli to download a specific version of Javy instead of the latest version #703

Closed jeffcharles closed 3 weeks ago

jeffcharles commented 1 month ago

Description of the change

Changes javy-cli to download a specific version instead of the current latest released version.

Why am I making this change?

The current behaviour of downloading the latest version of Javy makes it impossible for us to introduce breaking changes to the command line interface in Javy.

Checklist