# Generated by `aver compile --pack cloudflare`. Edit as needed.
# worker.js is an ES module; it imports `./__WASM_NAME__.wasm`
# directly. The `[wasm_modules]` block from the legacy Service
# Worker format is intentionally absent — wrangler rejects it
# under `main = "worker.js"`.
= "__WASM_NAME__"
= "worker.js"
= "2024-11-01"
# Workers Observability — surfaces invocation logs + tail events in
# the Cloudflare dashboard so a misbehaving handler is diagnosable
# without stripping back to `wrangler tail`. Free tier covers it.
[]
[]
= true
= true