Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lann/wasi-hyperium


https://github.com/lann/wasi-hyperium

Last synced: about 1 month ago
JSON representation

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).