We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bcfb2 commit 092f607Copy full SHA for 092f607
swift-ci/main/install-extra-packages.sh
@@ -1,6 +1,6 @@
1
install_wasmer() {
2
export WASMER_DIR="${WASMER_DIR:-/opt/wasmer}"
3
- curl https://get.wasmer.io -sSfL | sh -s "2.1.1"
+ curl https://get.wasmer.io -sSfL | sh -s "2.3.0"
4
ln -sf "$WASMER_DIR/bin/wasmer" "$PREFIX/bin/wasmer"
5
}
6
0 commit comments