You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: