mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-05 20:28:23 +00:00
Removes the websocket support from wasix. Websockets are a high level concept. They should not be integrated so deeply into the core of wasix. For client connections, we will want to add support for websocket clients into the custom wasix_http_client bindings. For servers, the support should go into the custom wcgi server bindings.