wasmtime: Update to version 0.39.1

This commit is contained in:
github-actions[bot] 2022-07-21 04:33:20 +00:00
parent 7128c29d14
commit 1d393bd85b

View File

@ -1,13 +1,13 @@
{ {
"version": "0.39.0", "version": "0.39.1",
"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/v0.39.0/wasmtime-v0.39.0-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v0.39.1/wasmtime-v0.39.1-x86_64-windows.zip",
"hash": "b9fd0a8e3ae5c59fa805ac69a8357271a75720e677a8a7d20ff16c7c5cee148a", "hash": "767ed8e1950002bb71f4e3ca667a2e94bae5dcb31932355c4f56d8affdaa3b4b",
"extract_dir": "wasmtime-v0.39.0-x86_64-windows" "extract_dir": "wasmtime-v0.39.1-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",