Files
wasmtime/crates/wasi-common/cap-std-sync
Dan Gohman 5fc01bafc7 Fix isatty in WASI. (#3696)
WASI doesn't have an `isatty` ioctl or syscall, so wasi-libc's `isatty`
implementation uses the file descriptor type and rights to determine if
the file descriptor is likely to be a tty. The real fix here will be to
add an `isatty` call to WASI. But for now, have Wasmtime set the
filetype and rights for file descriptors so that wasi-libc's `isatty`
works as expected.
2022-01-24 11:45:16 -08:00
..
2022-01-24 11:45:16 -08:00
2022-01-24 11:45:16 -08:00
2021-05-27 11:56:58 -07:00

WASI implementation in Rust, using cap-std.