You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature allows you to have a managed version manager supported on unsupported architecture/device (e.g. raspberry pi). With ASDF and build from source supported, I can have deno installed with multiple version across all platform I'm working on without a need to manage the build script or binary management for version control.
From what I see here,
asdf-deno/bin/install
Lines 26 to 28 in 6685b18
I think you can made it possible to install specific version of deno, by using
cargo
.The only caveat is this require
cargo
to be installed, but I think that is a fair trade off. Since you could install those through asdf-rust as well.The text was updated successfully, but these errors were encountered: