Skip to content

Commit 85bbf3d

Browse files
committed
use wasmtime v40
1 parent 7a2033f commit 85bbf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
targets: wasm32-wasip1,wasm32-wasip2,wasm32-wasip3
348348
- name: Install Wasmtime
349349
run: |
350-
VERSION=v24.0.0
350+
VERSION=v40.0.0
351351
URL=https://github.com/bytecodealliance/wasmtime/releases/download/${VERSION}/wasmtime-${VERSION}-x86_64-linux.tar.xz
352352
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
353353
wasmtime --version

0 commit comments

Comments
 (0)