wasmtime: Update to version 1.0.0

This commit is contained in:
github-actions[bot] 2022-09-20 16:31:35 +00:00
parent 63f55efcb6
commit c6f0c97ad6

View File

@ -1,13 +1,13 @@
{
"version": "0.40.1",
"version": "1.0.0",
"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.40.1/wasmtime-v0.40.1-x86_64-windows.zip",
"hash": "b3841e92ec026c93c5ec4e9651d7940fcd117d0a915b64d3330727a2d70126a6",
"extract_dir": "wasmtime-v0.40.1-x86_64-windows"
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v1.0.0/wasmtime-v1.0.0-x86_64-windows.zip",
"hash": "31caa64c719797b701b6486f9de68e354b297e14defdaabb5f2c945a391394bc",
"extract_dir": "wasmtime-v1.0.0-x86_64-windows"
}
},
"bin": "wasmtime.exe",