wasmerio / wasmer-install

Wasmer Binary Installer https://wasmer.io/
50 stars 7 forks source link

Specify wapm version as well #16

Open ayys opened 1 year ago

ayys commented 1 year ago

This script installs both wapm and wasmer. Right now, I can specify which wasmer version I want to install by

curl https://get.wasmer.io -sSfL | bash -s "<version>"

There should be something similar for wapm as well. Maybe something like this,

curl https://get.wasmer.io -sSfL | bash -s "<wasmer-version> <wapm-version>"