wasmtime: Update to version 0.26.1

This commit is contained in:
Jakub Čábera 2021-05-22 01:54:57 -07:00
parent cc379f4cfb
commit ffd66754e8

View File

@ -1,13 +1,13 @@
{
"version": "0.26.0",
"version": "0.26.1",
"description": "Standalone JIT-style runtime for WebAssembly, using Cranelift",
"homepage": "https://wasmtime.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v0.26.0/wasmtime-v0.26.0-x86_64-windows.zip",
"hash": "cd8becd5b4d6860049b05081302e87849e0187adb230d606757b1208617be967",
"extract_dir": "wasmtime-v0.26.0-x86_64-windows"
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v0.26.1/wasmtime-v0.26.1-x86_64-windows.zip",
"hash": "6abbebd80c6b34dc76b9ef253d51f74174bdbf217eefff9e05e41d59c7d41439",
"extract_dir": "wasmtime-v0.26.1-x86_64-windows"
}
},
"bin": "wasmtime.exe",