You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WASI 0.3 adds native async I/O via future<T> and stream<T> types (stable in wasmtime 37+, November 2025). This is the prerequisite for true concurrent request handling in Vera's server-side effects.
WASI 0.3 adds native async I/O via
future<T>andstream<T>types (stable in wasmtime 37+, November 2025). This is the prerequisite for true concurrent request handling in Vera's server-side effects.Depends on WASI 0.2 compliance (#237).
Scope
future<T>/stream<T>to Vera's<Async>effect (currently eager/sequential)<HttpServer>(<HttpServer> effect — verified HTTP request handling #305) and<McpServer>(<McpServer> effect — verified MCP tool server #306)