From 0a220b0360620e3389143444064dad2e0cbb3370 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 20 Oct 2023 18:07:24 +0000 Subject: [PATCH] Update `wasmtime@latest` to 14.0.0 --- CHANGELOG.md | 2 ++ manifests/wasmtime.json | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0049c775..32737922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `wasmtime@latest` to 14.0.0. + - Update `syft@latest` to 0.94.0. ## [2.20.11] - 2023-10-20 diff --git a/manifests/wasmtime.json b/manifests/wasmtime.json index 69a24a5e..38a97b90 100644 --- a/manifests/wasmtime.json +++ b/manifests/wasmtime.json @@ -2,7 +2,40 @@ "rust_crate": "wasmtime-cli", "template": null, "latest": { - "version": "13.0.0" + "version": "14.0.0" + }, + "14": { + "version": "14.0.0" + }, + "14.0": { + "version": "14.0.0" + }, + "14.0.0": { + "x86_64_linux_gnu": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.0/wasmtime-v14.0.0-x86_64-linux.tar.xz", + "checksum": "09dba633439859b8d7e21fa803f04951f2ab6da5d8a85ff2178c5748a0f46338", + "bin": "wasmtime-v14.0.0-x86_64-linux/wasmtime" + }, + "x86_64_macos": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.0/wasmtime-v14.0.0-x86_64-macos.tar.xz", + "checksum": "17684c65dab1de8bebb81a634a736c53820454ba2dbf97ea7b5f18f7fed1431c", + "bin": "wasmtime-v14.0.0-x86_64-macos/wasmtime" + }, + "x86_64_windows": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.0/wasmtime-v14.0.0-x86_64-windows.zip", + "checksum": "8751bbefb351a10891a15221770f5948d0b198a56033251e85691159384a7e52", + "bin": "wasmtime-v14.0.0-x86_64-windows/wasmtime.exe" + }, + "aarch64_linux_gnu": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.0/wasmtime-v14.0.0-aarch64-linux.tar.xz", + "checksum": "78b41d7b1268b624e6302f333994238219459cd3545281265e5efd42d3cbd304", + "bin": "wasmtime-v14.0.0-aarch64-linux/wasmtime" + }, + "aarch64_macos": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.0/wasmtime-v14.0.0-aarch64-macos.tar.xz", + "checksum": "93400e03c0eaa24cf36156bcf2f871016fb6b542c0f429549b45449714dfe976", + "bin": "wasmtime-v14.0.0-aarch64-macos/wasmtime" + } }, "13": { "version": "13.0.0"