aver-lang 0.18.0

VM and transpiler for Aver, a statically-typed language designed for AI-assisted development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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"`.
name = "__WASM_NAME__"
main = "worker.js"
compatibility_date = "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.
[observability]
[observability.logs]
enabled = true
invocation_logs = true