wapm-cli
wapm-cli copied to clipboard
wapm-cli version management
It was suggested in #60 that a version management tool similar to nvm would be useful. Managing the versions of wapm-cli will be necessary when users upgrade to the next version. Other tools use a CLI command to self-update (see (wasmer)[wasmer.io]).
It may be useful to have a separate tool that does version management. This would allow for switching easily between versions of the tool independently of the the command line interface changes.
Go-fish might good option.
https://gofi.sh/index.html
It works on all desktops. It's based on golang. Used by many teams now.
It supports anything not just wasmer.
I have been using it lately and really happy with it.