Unreleased.
- New
wasmtime-wasi-io
crate provides a#![no_std]
wasi:io implementation, factored out ofwasmtime-wasi
. Users ofwasmtime-wasi
don't have to depend on this new crate. #10036
-
wasmtime-wasi
split theWasiView
trait intoIoView
andWasiView
, andwasmtime-wasi-http
re-usesIoView
inWasiHttpView
. Details on porting for embedders in PR. #10016 -
wasmtime-wasi
renamed some exported types and traits. Embedders which usePollable
,InputStream
,OutputStream
,Subscribe
,HostInputStream
,HostOutputStream
,PollableFuture
, orClosureFuture
from that crate will need to rename those imports to their new names, describe in PR. #10036
Release notes for previous releases of Wasmtime can be found on the respective release branches of the Wasmtime repository.