wasmtime: Update to version 36.0.0

This commit is contained in:
github-actions[bot] 2025-08-20 16:29:41 +00:00
parent 9f80e020ee
commit 81affcb6ec

View File

@ -1,13 +1,13 @@
{ {
"version": "35.0.0", "version": "36.0.0",
"description": "Standalone JIT-style runtime for WebAssembly, using Cranelift", "description": "Standalone JIT-style runtime for WebAssembly, using Cranelift",
"homepage": "https://wasmtime.dev", "homepage": "https://wasmtime.dev",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v35.0.0/wasmtime-v35.0.0-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v36.0.0/wasmtime-v36.0.0-x86_64-windows.zip",
"hash": "cb4d9b788e81268edfb43d26c37dc4115060635ff4eceed16f4f9e6f331179b1", "hash": "63bf452d018d7e3f7e2fe6f33ba71afa4eb56ecb930a05528aa3c5c793e44b87",
"extract_dir": "wasmtime-v35.0.0-x86_64-windows" "extract_dir": "wasmtime-v36.0.0-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",