From 045c172536425d7c2c94a04750a5b67d536f033f Mon Sep 17 00:00:00 2001 From: Ashton Meuser Date: Tue, 16 Jul 2024 12:47:31 -0700 Subject: [PATCH] Bump default Wasmer version --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index bbef3af..33e259d 100644 --- a/utils.py +++ b/utils.py @@ -6,7 +6,7 @@ from zipfile import ZipFile WASMER_BASE_URL = "https://github.com/wasmerio/wasmer/releases/download/{0}/wasmer-{1}.tar.gz" -WASMER_VER_DEFAULT = "v4.3.1" +WASMER_VER_DEFAULT = "v4.3.5" WASMTIME_BASE_URL = "https://github.com/bytecodealliance/wasmtime/releases/download/{0}/wasmtime-{0}-{1}-c-api.{2}" WASMTIME_VER_DEFAULT = "v21.0.1"