wasmtime: Update to version 30.0.2

This commit is contained in:
github-actions[bot] 2025-02-25 20:29:26 +00:00
parent 4d847e3d93
commit 06c2e799c1

View File

@ -1,13 +1,13 @@
{ {
"version": "30.0.1", "version": "30.0.2",
"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/v30.0.1/wasmtime-v30.0.1-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v30.0.2/wasmtime-v30.0.2-x86_64-windows.zip",
"hash": "2403df495779198f55199bcf96b4755338bcecc47803ec892280c79936ff5a88", "hash": "bd32eba62ba4f2978bd0aecc95d3742b8b7101b806cf7de8c4b62c1fbd7a8017",
"extract_dir": "wasmtime-v30.0.1-x86_64-windows" "extract_dir": "wasmtime-v30.0.2-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",