Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automated WASI testsuite #1299

Open
Robbepop opened this issue Nov 7, 2024 · 0 comments
Open

Add automated WASI testsuite #1299

Robbepop opened this issue Nov 7, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@Robbepop
Copy link
Member

Robbepop commented Nov 7, 2024

Wasmi has WASI p1 support for a long time now, thanks to @OLUWAMUYIWA .

However, it is since in experimental state because it is missing automated tests. While we are certain that the WASI implementation kinda works due to empirical observation, we still want to have assurance about this in the form of automated tests via CI.

For this an official WASI testsuite even exists that we can simply use similar to how we use Wasm's official testsuite: https://github.com/WebAssembly/wasi-testsuite/tree/main

This issue is tracking this progress.
Resolving this allows us to label Wasmi's WASI support as stable.

cc @OLUWAMUYIWA

@Robbepop Robbepop added the help wanted Extra attention is needed label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant