An open API service indexing awesome lists of open source software.

https://github.com/second-state/wasmedge_wasi_socket

A Rust lib for socket on WasmEdge.
https://github.com/second-state/wasmedge_wasi_socket

Last synced: 8 months ago
JSON representation

A Rust lib for socket on WasmEdge.

Awesome Lists containing this project

README

          

# WasmEdge WASI Socket

This project provides a Rust SDK for network socket functions available in the WasmEdge Runtime. For Rust source code examples on how to use APIs in this SDK, please see the [examples](examples/README.md) folder.

* [HTTP Client example project](examples/http_client)
* [HTTP Server example project](examples/http_server)