Files
wasmtime/crates/test-programs/wasi-tests
Dan Gohman d1fce1e836 Modify the poll_oneoff_files test tolerate OS differences. (#3346)
Modify the `poll_oneoff_files` test to avoid assuming that `poll_oneoff`
returns all pending events, as it may sometimes return only a subset of
events. When multiple events are expected, use a loop, and loop until
all events have been recorded.
2021-09-13 14:59:50 -05:00
..
2019-11-15 08:03:43 -08:00

This is the wasi-tests crate, which contains source code for the system-level WASI tests.

Building these tests requires that the wasm32-wasi target be installed.