diff --git a/utils.py b/utils.py index 33e259d..23c967d 100644 --- a/utils.py +++ b/utils.py @@ -6,9 +6,9 @@ from zipfile import ZipFile WASMER_BASE_URL = "https://github.com/wasmerio/wasmer/releases/download/{0}/wasmer-{1}.tar.gz" -WASMER_VER_DEFAULT = "v4.3.5" +WASMER_VER_DEFAULT = "v4.3.7" WASMTIME_BASE_URL = "https://github.com/bytecodealliance/wasmtime/releases/download/{0}/wasmtime-{0}-{1}-c-api.{2}" -WASMTIME_VER_DEFAULT = "v21.0.1" +WASMTIME_VER_DEFAULT = "v24.0.0" def _validate_version(v):