We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f2b1d commit 3a734f7Copy full SHA for 3a734f7
utils.py
@@ -6,9 +6,9 @@
6
from zipfile import ZipFile
7
8
WASMER_BASE_URL = "https://github.com/wasmerio/wasmer/releases/download/{0}/wasmer-{1}.tar.gz"
9
-WASMER_VER_DEFAULT = "v6.0.1"
+WASMER_VER_DEFAULT = "v6.1.0"
10
WASMTIME_BASE_URL = "https://github.com/bytecodealliance/wasmtime/releases/download/{0}/wasmtime-{0}-{1}-c-api.{2}"
11
-WASMTIME_VER_DEFAULT = "v36.0.2"
+WASMTIME_VER_DEFAULT = "v37.0.2"
12
13
14
def _validate_version(v):
0 commit comments