From 02ee40ff4e86acc0f676514a008b3d577221bf09 Mon Sep 17 00:00:00 2001 From: Ashton Meuser Date: Tue, 16 Jul 2024 12:50:44 -0700 Subject: [PATCH] Backport 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"