Stream: wasi

Topic: Possible stream-less wasi:cli/std{in,out,err}


view this post on Zulip Alex Crichton (Mar 11 2025 at 14:41):

Wanted to drop a link to https://github.com/WebAssembly/wasi-cli/issues/65 in case interested folks might not be watching the repository

I'd like to propose a possible radical restructuring of stdin/stdout/stderr and how they're modeled for 0.3.0. Specifically something like this for 0.3.0: interface stdin { read: async func(amount:...

Last updated: Apr 08 2025 at 02:30 UTC