Commit bb14bd35bd

Frank Denis <github@pureftpd.org>
2020-11-03 23:21:15
Update wasmtime to version 0.20
The version we were using in CI is now getting quite old, and we want to make sure that the code we produce is compatible with current versions of Wasmtime.
1 parent 342ba96
Changed files (1)
ci
ci/azure/linux_script
@@ -19,8 +19,8 @@ wget https://ziglang.org/deps/$QEMUBASE.tar.xz
 tar xf $QEMUBASE.tar.xz
 PATH=$PWD/$QEMUBASE/bin:$PATH
 
-WASMTIME="wasmtime-v0.15.0-x86_64-linux"
-wget https://github.com/bytecodealliance/wasmtime/releases/download/v0.15.0/$WASMTIME.tar.xz
+WASMTIME="wasmtime-v0.20.0-x86_64-linux"
+wget https://github.com/bytecodealliance/wasmtime/releases/download/v0.20.0/$WASMTIME.tar.xz
 tar xf $WASMTIME.tar.xz
 PATH=$PWD/$WASMTIME:$PATH