We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2033f commit 85bbf3dCopy full SHA for 85bbf3d
.github/workflows/tests.yml
@@ -347,7 +347,7 @@ jobs:
347
targets: wasm32-wasip1,wasm32-wasip2,wasm32-wasip3
348
- name: Install Wasmtime
349
run: |
350
- VERSION=v24.0.0
+ VERSION=v40.0.0
351
URL=https://github.com/bytecodealliance/wasmtime/releases/download/${VERSION}/wasmtime-${VERSION}-x86_64-linux.tar.xz
352
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
353
wasmtime --version
0 commit comments