diff --git a/wit/deps/io/streams.wit b/wit/deps/io/streams.wit index c1567fd..2bc0910 100644 --- a/wit/deps/io/streams.wit +++ b/wit/deps/io/streams.wit @@ -3,7 +3,7 @@ /// /// In the future, the component model is expected to add built-in stream types; /// when it does, they are expected to subsume this API. -default interface streams { +default interface io-streams { use poll.poll.{pollable} /// An error type returned from a stream operation. Currently this