wasix-org / cargo-wasix

Cargo wrapper for working with Webassembly wasi(x).
Apache License 2.0
54 stars 10 forks source link

add support for downloading specific version of toolchain #57

Closed maminrayej closed 2 months ago

maminrayej commented 2 months ago

This PR adds support for downloading a specific version of the toolchain. For example:

cargo wasix download-toolchain v2024-06-26.1

if no version is specified, it will fetch the latest release which is compatible with the old behavior.