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.
This commit is contained in:
Dan Gohman
2021-03-01 08:06:49 -08:00
parent cdb60ec5a9
commit a7dbba0b1e

View File

@@ -38,6 +38,10 @@ Released 2021-02-16.
[`cap-std`](https://github.com/bytecodealliance/cap-std) crate was added, [`cap-std`](https://github.com/bytecodealliance/cap-std) crate was added,
replacing the previous implementation. This brings improved robustness, replacing the previous implementation. This brings improved robustness,
portability, and performance. 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 * The WebAssembly C API is updated, with a few minor API changes
[#2579](https://github.com/bytecodealliance/wasmtime/pull/2579) [#2579](https://github.com/bytecodealliance/wasmtime/pull/2579)