rustup target add wasm32-unknown-unknown
cargo install cargo-generate# From template
cargo generate cloudflare/workers-rs
# Or
npx wrangler initgit clone https://github.com/gist-rs/hello-world-cloudflare
cd hello-world-cloudflarenpx wrangler devnpx wrangler login
npx wrangler deploynpx wrangler deploy -e productionhttp://localhost:8787