Rust examples
This section includes examples of WebAssembly components and capability providers for wasmCloud written in Rust.
Rust has execellent support for WebAssembly, and much of the upstream tooling in the WebAssembly ecosystem is written in Rust, taking advantage of it's efficiency and safety guarantees.
Examples are automatically propagated from the wasmCloud/rust
repository.
Components
Multi-faceted components
HTTP-focused components
- HTTP Blobstore
- HTTP Hello World
- HTTP JSONify
- HTTP KeyValue counter
- HTTP KeyValue wacher
- HTTP Password Checker
- HTTP Task Manager
Messaging-focused components
- Messaging Echo
- Messaging Image Processor Worker
- Messaging KeyValue
- SQLDB Postgres Query
- WADM Status Receiver
- Wash Plugin