⏮️ Back to main README.md
- cdn - CDN apps that use Proxy-Wasm spec
- http - HTTP applications that use FastEdge Rust SDK
- kv-store - kv-store usage example.
- print - print all request headers
- s3upload - upload file to S3 storage
- markdown - render markdown to HTML
- smart-switch - toggle smart outlet status by calling SmartThings API
Add Wasm target by running rustup target add wasm32-wasi
Change to example directory and run cargo build --release, resulting wasm file will be placed into rust/target/wasm32-wasi/release directory.