workers-rs
workers-rs copied to clipboard
Write Cloudflare Workers in 100% Rust via WebAssembly
I have tried a number of different things in order to OUTPUT a stream, but I am getting no-where fast. It works perfectly on wrangler -dev, but fails on cloudflare...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.10 ### Describe the bug With...
Hello everyone, I would like to know if you already have an ETA regarding R2 support. Thank you
Can you please update matchit dependency to 0.6 and release a new version of worker?
The PR adds support for [Service Bindings](https://developers.cloudflare.com/workers/platform/bindings/about-service-bindings/)
### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.9 ### Describe the bug `worker::State::get`...
I think it may be useful if support [Web Crypto](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/) like [web_sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Crypto.html#)
I'm not sure it is already supported in workers-rs. But hopefully there would be an equivalent binding to `blockConcurrencyWhile` in JavaScript. Something like `async fn new(...) -> Self` I use...
This PR implements the DO Alarm API based off of the signatures found in the [storage docs](https://developers.cloudflare.com/workers/runtime-apis/durable-objects/#methods). I think there's a bug in the way I've implemented the binding for...
Hi 👋 I had tried to re-implement the Workers Sites using Rust, but I was stuck by KV access. As far as I know, the [kv-asset-handler](https://github.com/cloudflare/kv-asset-handler) package uses the `STATIC_CONTENT_MANIFEST`...