lovely that, you can switch to quickjs from v8 for smaller binary size now
Deno 2.9.5 is out 🦕
New: deno compile --engine quickjs, an experimental QuickJS backend for compiled binaries.
Same CLI, same source:
V8 -> 64 MB
QuickJS -> 35 MB
~45% smaller, and it cold-starts ~25% faster.
Also in 2.9.5: deno add --unscoped, deno task --members,


