Skip to content

Commit 3a734f7

Browse files
committed
Bump runtime versions
Wasmtime 37.0.2 Wasmer v6.1.0
1 parent 02f2b1d commit 3a734f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from zipfile import ZipFile
77

88
WASMER_BASE_URL = "https://github.com/wasmerio/wasmer/releases/download/{0}/wasmer-{1}.tar.gz"
9-
WASMER_VER_DEFAULT = "v6.0.1"
9+
WASMER_VER_DEFAULT = "v6.1.0"
1010
WASMTIME_BASE_URL = "https://github.com/bytecodealliance/wasmtime/releases/download/{0}/wasmtime-{0}-{1}-c-api.{2}"
11-
WASMTIME_VER_DEFAULT = "v36.0.2"
11+
WASMTIME_VER_DEFAULT = "v37.0.2"
1212

1313

1414
def _validate_version(v):

0 commit comments

Comments
 (0)