From aaa39cb71ac09a518ce4563b61fe102cfa66333e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 20 May 2024 14:57:29 -0500 Subject: [PATCH] Release Wasmtime 21.0.0 (#8666) (for real this time) [automatically-tag-and-release-this-commit] --- RELEASES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index d515be3260a6..308119202750 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -212,6 +212,11 @@ Released 2024-04-22 mutably borrow disjoint regions of memory. [#8277](https://github.com/bytecodealliance/wasmtime/issues/8277) +* Generated bindings with `component::bindgen!` now have a "lower level" + function using a generated `GetHost` trait to more flexibly add host + implementations into linkers. + [#8448](https://github.com/bytecodealliance/wasmtime/issues/8448) + ### Fixed * Connection timeouts with `wasi-http` have been fixed.