We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0734e3 commit ed631c3Copy full SHA for ed631c3
1 file changed
.github/setup_wasmtime.sh
@@ -6,7 +6,7 @@ if test -z "$RUNNER_OS"; then
6
exit 1
7
fi
8
9
-url=https://github.com/bytecodealliance/wasmtime/releases/download/v31.0.0/wasmtime-v31.0.0-x86_64-linux.tar.xz
+url=https://github.com/bytecodealliance/wasmtime/releases/download/v42.0.1/wasmtime-v42.0.1-x86_64-linux.tar.xz
10
11
cd /tmp
12
curl -L "$url" | tar Jx
0 commit comments