wasmtime: Update to version 9.0.3

This commit is contained in:
github-actions[bot] 2023-06-01 00:37:30 +00:00
parent f3c161ba51
commit c1a657492b

View File

@ -1,13 +1,13 @@
{ {
"version": "9.0.2", "version": "9.0.3",
"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/v9.0.2/wasmtime-v9.0.2-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v9.0.3/wasmtime-v9.0.3-x86_64-windows.zip",
"hash": "621a97ec51d06c814f89688dab4315d1425685c609102d4b8d7dd80e5dc5231e", "hash": "ac2c610f83d994b09a85f3467ce2252da69c9db37a638d1b4c372a1f3d9be160",
"extract_dir": "wasmtime-v9.0.2-x86_64-windows" "extract_dir": "wasmtime-v9.0.3-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",