mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
wait-until
- Executes a task in worker even after the server has returned the response.
- This example executes 5-second task after responding and outputs the console log.
Document
Development
Requirements
This project requires these tools to be installed globally.
- wrangler
- tinygo
Commands
make dev # run dev server
make build # build Go Wasm binary
make publish # publish worker