WASI
WASI copied to clipboard
Document the behavior of `O_EXCL` when used without `O_CREAT`.
In POSIX, the behavior of O_EXCL when used without O_CREAT is undefined. WASI should define a behavior and document it.