Skip to content

Commit

Permalink
Backport default Wasmer version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonmeuser committed Jul 16, 2024
1 parent 8b732f2 commit 02ee40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 02ee40f

Please sign in to comment.