Files
wasmer/lib/wasi/wia
Christoph Herzog 62026e4bee wasix: Remove websocket support
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.
2023-02-03 15:31:55 +01:00
..