Skip to content

Commit

Permalink
Update to Wasmtime 25.0.0 (#252)
Browse files Browse the repository at this point in the history
Also bump the package version to 25.0.0
  • Loading branch information
alexcrichton authored Sep 20, 2024
1 parent 8d7007a commit 157e307
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 102 deletions.
2 changes: 1 addition & 1 deletion ci/download-wasmtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import zipfile
from pathlib import Path

WASMTIME_VERSION = "v24.0.0"
WASMTIME_VERSION = "v25.0.0"


def main(platform, arch):
Expand Down
Loading

0 comments on commit 157e307

Please sign in to comment.