workers
workers copied to clipboard
Go package to run an HTTP server on Cloudflare Workers.
Compile Go into wasm and run test in JS land. https://github.com/syumai/denoio/blob/99abe35fbe76d8f6313d3bbed61a543b89d7830c/test/test.js
* ReadableStream can be closed by calling `cancel`. * This should be implemented. https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/cancel
* Implement Queues Consumer handler and add to Module Worker. - https://developers.cloudflare.com/queues/platform/javascript-apis/
Add email handler support. https://developers.cloudflare.com/email-routing/email-workers/runtime-api/#syntax-es-modules
#84 introduced new internal feature, `jsutil.RuntimeContext`. This feature allows most Context-dependent functions to be fixed as follows. **Before** ```go func Getenv(ctx context.Context, name string) string ``` **After** ```go func Getenv(name...
Hi @syumai , Thank you for building this great repository! I try to deploy this [tool](https://github.com/jpillora/installer) to Cloudflare Pages. When I want to deploy my [repository](https://github.com/cxjava/cf-pages-demo) into pages, I got...
When getting the current time with `time.Now()` we get back incorrect time. I assume this is because tinygo isn't accessing the system clock properly. Could it be possible to have...
I'm trying to get this (Very helpful! Thank you!) package to integrate with a Terraform workflow, instead of deploying using `wrangler publish`. Here's what I've managed to get so far:...
Any performance / cost savings benchmark to show? just curious if it's good enough for production and how efficient it is in costs
## Issue When I do what the [quick start](https://github.com/syumai/workers#quick-start) says, I get the following error when I run make dev **My Environment** - Ubuntu 22.04.2 LTS (GNU/Linux 5.15.90.1-microsoft-standard-WSL2 x86_64) **Error**...