thenotary/poc-rust-minimal-http-service
Public
wasmer run thenotary/poc-rust-minimal-http-service
wasmer run thenotary/poc-rust-minimal-http-service
Demo Serving Rust HTTP via k8s, knative, wasmeredge
This demo should be a good demonstration of really squeezing out all the performance possible from a rust deployment.
Run Local Native
cargo run
Run Local Container
docker build . -t thenotary/poc-rust-minimal-http-service
docker run -p 7878:7878 -it --init thenotary/poc-rust-minimal-http-service
Run Local Wasmer
cargo wasix run --net
Deploy to k8s
kubectl apply -f k8s/demo.yml
Deploy to Knative
TODO