Rust Examples

April 7, 2026 ยท View on GitHub

Back to main README.md

Rust Examples

These examples have moved to the FastEdge-sdk-rust repository, where they live alongside the SDK they depend on.

CDN (proxy-wasm)

HTTP Basic (sync)

HTTP WASI (async)

Build

Each example is standalone. Clone the SDK repo and build the example you want:

git clone https://github.com/G-Core/FastEdge-sdk-rust.git
cd FastEdge-sdk-rust/examples/<path>
cargo build --release

Running an example

Upload the resulting .wasm file to the FastEdge portal and attach it to your CDN or HTTP application.

See the individual example README for any required environment variables or configuration.