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.
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.
GitHub
Write Cloudflare Workers in 100% Rust via WebAssembly - Pull requests · cloudflare/workers-rs
