More testing of our WASI implementation with test suites
We are currently testing WASI with our own test suite at https://github.com/wasmerio/wasi-tests
We should ensure that Wasmer is passing tests on other test suites and perhaps run them in CI if they're not too slow.
List of test suites:
- [x] https://github.com/wasmerio/wasi-tests
- [ ] https://github.com/khronosproject/wasi-test
- [ ] https://wasi.fyi/
Relative good test suite: https://wasi.fyi/
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I think the new snapshot tests improved overall WASI test, even if it's not in a "unit test" way. I propose this ticket to be closed. @syrusakbary @theduke @Michael-F-Bryan
WASI is quite tested already.