Skip to content

dajneem23/simple-cloudflare-worker-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Cloudflare Worker in Rust 🦀☁️

This project is a minimal example of a Cloudflare Worker written in Rust using WebAssembly.

🛠 Tech Stack


🚀 Getting Started

1. Install Rust and Tools

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install wasm-pack
npm install -g wrangler

2. Build the Project

    npx wrangler build 

3. Preview the Project

    npx wrangler dev

4. Publish the Project

    npx wrangler deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages