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.
- Host: GitHub
- URL: https://github.com/second-state/wasmedge_wasi_socket
- Owner: second-state
- License: apache-2.0
- Created: 2021-04-14T10:37:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T08:17:20.000Z (over 1 year ago)
- Last Synced: 2024-11-14T20:59:33.700Z (over 1 year ago)
- Language: Rust
- Homepage: https://second-state.github.io/wasmedge_wasi_socket/
- Size: 6.19 MB
- Stars: 70
- Watchers: 5
- Forks: 29
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)