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
Use AArch64 toolchains for windows-11-arm and macos systems. Pass
--target=wasm32-wasip1 to build.sh, given that the existing tests target
that version.
Update fopen-with-no-access to allow ENOENT when opening a nonexistent
file; ENOTCAPABLE was what very early wasi-libc used to return, but WASI
never actually specified what the return value should be, other than
being loosely inspired by POSIX, and ENOENT is a valid POSIX return.
0 commit comments