File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff 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" : {
You can’t perform that action at this time.
0 commit comments