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
Fix WasiCtxBuilder so that stdin, stdout, and stderr accept files.
A regression in bytecodealliance#1561 caused "invalid argument" errors when `stdin`, `stdout`,
and `stderr` are given a file handle.
This was missed in Wasmtime CI because previously only a pipe handle was being
used.
It was caught in the .NET implementation CI because it uses file handles for
its WASI tests.
Fixesbytecodealliance#1735.
0 commit comments