From 5d2d24b076be380dde0d1a0bc232a29ab59ffa4d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 29 Feb 2024 00:22:29 +0000 Subject: [PATCH] Update `wasmtime@latest` to 18.0.2 --- CHANGELOG.md | 2 ++ manifests/wasmtime.json | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74caec2a0..3c52a47f4 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 18.0.2. + ## [2.27.12] - 2024-02-28 - Update `cargo-deny@latest` to 0.14.15. diff --git a/manifests/wasmtime.json b/manifests/wasmtime.json index ada7b02c1..46f3688aa 100644 --- a/manifests/wasmtime.json +++ b/manifests/wasmtime.json @@ -2,13 +2,40 @@ "rust_crate": "wasmtime-cli", "template": null, "latest": { - "version": "18.0.1" + "version": "18.0.2" }, "18": { - "version": "18.0.1" + "version": "18.0.2" }, "18.0": { - "version": "18.0.1" + "version": "18.0.2" + }, + "18.0.2": { + "x86_64_linux_gnu": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-x86_64-linux.tar.xz", + "checksum": "dc823d37bfd4641817b33e9b0dea83bfc7879979591d3158491ffb82293cc048", + "bin": "wasmtime-v18.0.2-x86_64-linux/wasmtime" + }, + "x86_64_macos": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-x86_64-macos.tar.xz", + "checksum": "432e8e04aa4370491e11569da7b338daecedea8074420ebeea90d167e45a815a", + "bin": "wasmtime-v18.0.2-x86_64-macos/wasmtime" + }, + "x86_64_windows": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-x86_64-windows.zip", + "checksum": "833a15544952d31900da46094b96306b239817505f9457430b983ee8bde1584e", + "bin": "wasmtime-v18.0.2-x86_64-windows/wasmtime.exe" + }, + "aarch64_linux_gnu": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-aarch64-linux.tar.xz", + "checksum": "732ae6240c90ce3bfe96e3217ad7fc914edf669514eb7b7bf96a32a156c232a8", + "bin": "wasmtime-v18.0.2-aarch64-linux/wasmtime" + }, + "aarch64_macos": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-aarch64-macos.tar.xz", + "checksum": "abc68b059e77c231bafd63b47a15fad50605604ae26c5a6cae542a9e81e7d591", + "bin": "wasmtime-v18.0.2-aarch64-macos/wasmtime" + } }, "18.0.1": { "x86_64_linux_gnu": {