workers-rs
workers-rs copied to clipboard
[WASI] Is there plans to support WASI
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
Hello! Is there plans to support recently annonced WASI integration?
Hello, which integration are you referring to? I don't think WASI / component support would come in this library if we were to support it in the future. We also have this but its not very complete.
which integration are you referring to?
I'm not the author of this issue, but I am also looking for WASI support.
WASI has native socket support (https://github.com/WebAssembly/wasi-sockets), which is more widely supported (such as mio::net
) than the current worker::Socket
. The last update to https://github.com/cloudflare/workers-wasi was two years ago; I suppose it doesn't support WASI sockets, which were added in preview 2.