diff --git a/CHANGELOG.md b/CHANGELOG.md index 778dff47..f540c00c 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.3. + ## [2.21.3] - 2023-10-29 - Update `dprint@latest` to 0.42.5. diff --git a/manifests/wasmtime.json b/manifests/wasmtime.json index 4adfa8ce..b0b69ff8 100644 --- a/manifests/wasmtime.json +++ b/manifests/wasmtime.json @@ -2,13 +2,40 @@ "rust_crate": "wasmtime-cli", "template": null, "latest": { - "version": "14.0.2" + "version": "14.0.3" }, "14": { - "version": "14.0.2" + "version": "14.0.3" }, "14.0": { - "version": "14.0.2" + "version": "14.0.3" + }, + "14.0.3": { + "x86_64_linux_gnu": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.3/wasmtime-v14.0.3-x86_64-linux.tar.xz", + "checksum": "9edc728b4601d4552cbdecd23d1c6e9712ea4e5a645518b1e570c2aa0165954e", + "bin": "wasmtime-v14.0.3-x86_64-linux/wasmtime" + }, + "x86_64_macos": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.3/wasmtime-v14.0.3-x86_64-macos.tar.xz", + "checksum": "04f994c58febde85c57343c55bbeacfc021a3505257accbea2d2df532244ec3d", + "bin": "wasmtime-v14.0.3-x86_64-macos/wasmtime" + }, + "x86_64_windows": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.3/wasmtime-v14.0.3-x86_64-windows.zip", + "checksum": "6ae803bd0e66f2fc22b4165b0282757571a101af60fbac789a6e7f2074ac72a9", + "bin": "wasmtime-v14.0.3-x86_64-windows/wasmtime.exe" + }, + "aarch64_linux_gnu": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.3/wasmtime-v14.0.3-aarch64-linux.tar.xz", + "checksum": "4eed3576ff23152c7f107244d0c1d6f3d2a663aebb160ab972207e82eb796e2e", + "bin": "wasmtime-v14.0.3-aarch64-linux/wasmtime" + }, + "aarch64_macos": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v14.0.3/wasmtime-v14.0.3-aarch64-macos.tar.xz", + "checksum": "59e6f0777d016de7816bac99086f2060114f05a46a25e13ce81b3f23a839d59b", + "bin": "wasmtime-v14.0.3-aarch64-macos/wasmtime" + } }, "14.0.2": { "x86_64_linux_gnu": {