cloudevents / sdk-rust

Rust library to interact with CloudEvents
Apache License 2.0
177 stars 61 forks source link

WASI example #228

Closed No9 closed 6 months ago

No9 commented 7 months ago

This PR demonstrates a WASI cloudevents service with README.md with commands to run. It's based on the kn func template https://github.com/knative/func/blob/main/templates/rust/cloudevents/src/main.rs and also contains tests.