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
As not every runtime covers the entire wasi spec some examples being node doesn't have support for sock_accept and deno doesn't support wasi at all. It can be hard to know what supports what and where, this is similar to the issue faced by wasm proposals which is where the compatibility chart here helps a lot. I think it would be beneficial if wasi had a similar chart I don't know if it should exist here or is maybe better off in the wasi.dev repo.
Generating this graph wouldn't be too hard with the use of the wasi-testsuite repo however as that is not up to date / actively maintained this will probably have to wait until #9 is completed.
The text was updated successfully, but these errors were encountered:
As not every runtime covers the entire wasi spec some examples being node doesn't have support for
sock_accept
and deno doesn't support wasi at all. It can be hard to know what supports what and where, this is similar to the issue faced by wasm proposals which is where the compatibility chart here helps a lot. I think it would be beneficial if wasi had a similar chart I don't know if it should exist here or is maybe better off in the wasi.dev repo.Generating this graph wouldn't be too hard with the use of the wasi-testsuite repo however as that is not up to date / actively maintained this will probably have to wait until #9 is completed.
The text was updated successfully, but these errors were encountered: