zoraaver
zoraaver
## Motivation We would like to have a working implementation of all the WASI libc filesystem functions on Windows. This is currently not possible due to the use of various...
Now that the filesystem implementation is now complete, the previous test filters on Windows can be removed. Some of the tests only pass when certain environment variables have been set...
Since sync flag functionality is entirely dependent on the host platform, add a caveat for each sync flag, warning that functions may return ENOTSUP if an unsupported sync flag is...
While attempting to [fix the rust WASI tests on WAMR](https://github.com/WebAssembly/wasi-testsuite/pull/85), I ran into various discrepancies between the expected error codes for various filesystem operations and the expected error codes (presumably...
It can be useful to override the config for certain tests. The main use case for this is to override environment variables which control test assertions (e.g. `NO_DANGLING_FILESYSTEM`, `ERRNO_MODE_WINDOWS`). When...
When trying to load an aarch64 AOT file on android, the module fails to load due to an [overflow check](https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/core/iwasm/aot/arch/aot_reloc_aarch64.c#L298-L299) failing, `AOT module load failed: target address out of range.`....