From a7dbba0b1e4232ba11788c63f739ca41458d6662 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 1 Mar 2021 08:06:49 -0800 Subject: [PATCH] Add a mention of the `WasiCtxBuilder` move in the RELEASES.md document. As suggested in #2691, mention that the path to `WasiCtxBuilder` changed in the 0.23.0 release. --- RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 5c55219065..6ca2ee27b0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -38,6 +38,10 @@ Released 2021-02-16. [`cap-std`](https://github.com/bytecodealliance/cap-std) crate was added, replacing the previous implementation. This brings improved robustness, portability, and performance. + +* `wasmtime_wasi::WasiCtxBuilder` moved to + `wasi_cap_std_sync::WasiCtxBuilder`. + * The WebAssembly C API is updated, with a few minor API changes [#2579](https://github.com/bytecodealliance/wasmtime/pull/2579)