Command Palette

Search for a command to run...

thenotary/poc-rust-minimal-http-service
Public
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

Deploy to WasmerEdge

This repo is a POC for deploying to wasmeredge and getting very fast response times

More packages
POC of universal wasm library
Brian
Hono Website Wasmer starter package
This repo is a POC for validating changes to wasix-org/libc used to target wasix for rust builds
This repo is a POC for validating changes to wasix-org/libc used to target wasix for rust builds
This repo is a POC for validating changes to wasix-org/libc used to target wasix for rust builds