Skip to content

BrammyS/rust-wasm-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues License Stargazers


Logo

Rust WebAssembly Worker

A really basic Cloudflare worker made in rust.

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Acknowledgements

About The Project

A really basic and minimum implementation of a rust Cloudflare worker.
I made this to learn and try out Cloudflare workers.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

Cloning

  1. Clone the repo
    git clone https://github.com/BrammyS/rust-wasm-worker.git
  2. Go to the git folder
    cd rust-wasm-worker
  3. Run the local dev build
    wrangler dev

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache License 2.0 License. See LICENSE for more information.

Acknowledgements