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
use command-exists instead of manually checking if cmd is avalible
this commit replaces old code that was designed to determine if things like rustup or wasm-gc were installed
the new implementation uses the npm package command-exists, which gives us better async, errs, etc
0 commit comments