Pull requests · cloudflare/workers-rs
Really appreciate your post Dan. I think the https://github.com/cloudflare/workers-rs/pulls 54 open Pull requests would be a great place to start, and I know there has already been some movement there, and I'm thankful.
That said with the lack of development I've taken to just building my own bindings and at this point, not sure how to proceed. RUST + wasm-bindgen + workers is an amazing architecture and I'm 100% in and already completed multiple contracts with this and customers are very satisfied with the results.
One specific place outside of the PRs, I've seen people mention, is there is not an integrated deployment for pushing workers-rs to Cloudflare through the CI/CD pipeline. I had to hack my own solution together and it's pretty slow. Even tried to get the build caching to work but failed, and you only have so much room in the build commands. So getting workers-rs a first class citizen on the CI/CI pipeline would be something that would be great, especially if it improved deployment speed and cut down on my build CPU costs. 🙂
One specific place outside of the PRs, I've seen people mention, is there is not an integrated deployment for pushing workers-rs to Cloudflare through the CI/CD pipeline. I had to hack my own solution together and it's pretty slow. Even tried to get the build caching to work but failed, and you only have so much room in the build commands. So getting workers-rs a first class citizen on the CI/CI pipeline would be something that would be great, especially if it improved deployment speed and cut down on my build CPU costs. 🙂
GitHub
Pull requests · cloudflare/workers-rs
Write Cloudflare Workers in 100% Rust via WebAssembly - Pull requests · cloudflare/workers-rs
4 Replies
I've posted this before, but if it's helpful to anyone, here is the command I had ChatGPT help me figure out to get the pipeline working.
wonder if figuring out how to upgrade this to BUN might help. hmmmm
Are you referring to deployment with an easy to use github action or supported integration of rust workers with Workers Builds?
Direct form Cloudflare side.

And yes, we've already started working on those open PRs and got a extra tasks from open issues we'll be working on
Sounds good! Will work on that as well