Skip to content

Commit

Permalink
Bump runtime versions
Browse files Browse the repository at this point in the history
Wasmer 4.3.7
Wasmtime 24.0.0
  • Loading branch information
ashtonmeuser committed Sep 17, 2024
1 parent 94cf94a commit 1ee3040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1ee3040

Please sign in to comment.