Skip to content

Commit b713fa1

Browse files
committed
fix: add wasmtime 39.0.1 checksums to fallback registry
Add wasmtime 39.0.1 checksums for all platforms to registry.bzl fallback data. Update latest_version from 37.0.2 to 39.0.1.
1 parent b0a0105 commit b713fa1

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

checksums/registry.bzl

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,33 @@ def _get_fallback_checksums(tool_name):
447447
"wasmtime": {
448448
"tool_name": "wasmtime",
449449
"github_repo": "bytecodealliance/wasmtime",
450-
"latest_version": "37.0.2",
450+
"latest_version": "39.0.1",
451451
"versions": {
452+
"39.0.1": {
453+
"release_date": "2025-11-24",
454+
"platforms": {
455+
"darwin_amd64": {
456+
"sha256": "d9ecdc6b423a59f09a63abe352f470d48fcd03a4d6bc0db5fcf57830f2832be6",
457+
"url_suffix": "x86_64-macos.tar.xz",
458+
},
459+
"darwin_arm64": {
460+
"sha256": "3878fc98ab1fec191476ddec5d195e6d018d7fbe5376e54d2c23aedf38aa1bd2",
461+
"url_suffix": "aarch64-macos.tar.xz",
462+
},
463+
"linux_amd64": {
464+
"sha256": "b90a36125387b75db59a67a1c402f2ed9d120fa43670d218a559571e2423d925",
465+
"url_suffix": "x86_64-linux.tar.xz",
466+
},
467+
"linux_arm64": {
468+
"sha256": "bff5ebd3e6781620f40e5586f1aa221f7da98128dacf0142bfb4b25d12242274",
469+
"url_suffix": "aarch64-linux.tar.xz",
470+
},
471+
"windows_amd64": {
472+
"sha256": "bccf64b4227d178c0d13f2856be68876eae3f2f657f3a85d46f076a5e1976198",
473+
"url_suffix": "x86_64-windows.zip",
474+
},
475+
},
476+
},
452477
"35.0.0": {
453478
"release_date": "2025-07-22",
454479
"platforms": {

0 commit comments

Comments
 (0)