Andy Wingo

Results 95 issues of Andy Wingo

There are only like 7 WASIp3 tests in the repo but not all are passing everywhere. This issue is a tracker to fix this situation. *There used to be more...

On Unix, if you attempt to hard-link a directory, you get `not-permitted`. On Windows, you get `access`. Can these be made the same or should they be documented to be...

When you come back to this repo after a day or so, you have to pull down many megabytes. It shouldn't be this way; the nightly test results don't take...

So, until WASI preview 3 is out, we compile our Rust tests using a wasip2 toolchain. One can import and test the WASIp3 APIs just fine, but the wasm files...

This PR adds support for jco. However, nothing passes yet: - `jco run` needs `--env` and `--dir` argument support - jco doesn't yet support some of the component model (lowering...

In https://github.com/WebAssembly/wasi-testsuite/pull/95, a test was added that `pwrite` implements POSIX semantics (https://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html). Note that Linux deviates from POSIX, ignoring the "offset" argument for append-only files, instead always writing at the...

### Summary I propose that if there are failing tests related to the WASI preview 1 rights API, that we modify or delete those tests to remove those assertions. ###...

On macos and ios, fadvise is only implemented for WillNeed and dispatches via the system-interface crate to the F_RDADVISE fcntl. If you call WillNeed on an out-of-bounds offset, this fcntl...

wasi