wasm-micro-runtime/core/iwasm
zoraaver 13875f43c6
Enable WASI tests on Windows CI (#2699)
Most of the WASI filesystem tests require at least creating/deleting a
file to test filesystem functionality so some additional filesystem APIs
have been implemented on Windows so we can test what has been
implemented so far. For those WASI functions which haven't been
implemented, we skip the tests. These will be implemented in a future PR
after which we can remove the relevant filters.

Additionally, in order to run the WASI socket and thread tests, we need
to install the wasi-sdk in CI and build the test source code prior to
running the tests.
2023-11-06 19:24:06 +08:00
..
aot CI: Enable testing AOT multi-module feature (#2621) 2023-10-08 08:36:49 +08:00
common Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
compilation Fix potential issue in aot compiler when translating block opcodes (#2622) 2023-10-08 09:17:54 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix nightly run sanitizer error in Fast JIT (#2601) 2023-09-27 15:41:48 +08:00
include Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
interpreter Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
libraries Enable WASI tests on Windows CI (#2699) 2023-11-06 19:24:06 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00