Skip to content

Commit b131a1a

Browse files
authored
RELEASES: add notes describing #10016 and #10036 (#10104)
1 parent 38a47d2 commit b131a1a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@ Unreleased.
44

55
### Added
66

7+
* New `wasmtime-wasi-io` crate provides a `#![no_std]` wasi:io implementation,
8+
factored out of `wasmtime-wasi`. Users of `wasmtime-wasi` don't have to
9+
depend on this new crate.
10+
[#10036](https://github.com/bytecodealliance/wasmtime/pull/10036)
11+
712
### Changed
813

14+
* `wasmtime-wasi` split the `WasiView` trait into `IoView` and `WasiView`, and
15+
`wasmtime-wasi-http` re-uses `IoView` in `WasiHttpView`. Details on porting
16+
for embedders in PR.
17+
[#10016](https://github.com/bytecodealliance/wasmtime/pull/10016)
18+
19+
* `wasmtime-wasi` renamed some exported types and traits. Embedders which use
20+
`Pollable`, `InputStream`, `OutputStream`, `Subscribe`, `HostInputStream`,
21+
`HostOutputStream`, `PollableFuture`, or `ClosureFuture` from that crate
22+
will need to rename those imports to their new names, describe in PR.
23+
[#10036](https://github.com/bytecodealliance/wasmtime/pull/10036)
24+
25+
926
--------------------------------------------------------------------------------
1027

1128
Release notes for previous releases of Wasmtime can be found on the respective

0 commit comments

Comments
 (0)