Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lann/wasi-hyperium
https://github.com/lann/wasi-hyperium
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lann/wasi-hyperium
- Owner: lann
- License: apache-2.0
- Created: 2023-11-22T20:50:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T20:37:38.000Z (10 months ago)
- Last Synced: 2024-01-25T21:37:15.004Z (10 months ago)
- Language: Rust
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyperium (`http`, `http-body`) for WASI Preview2 HTTP
```rust
wit_bindgen::generate!({
// World must include wasi:http/[email protected]
});// Implement wrapper traits
wasi_hyperium::impl_wasi_preview2!(wasi);
```See [axum-server example](examples/axum-server).