https://github.com/denoland/deno/pull/8539
Закинули PR который (если будет влит) добавит в Deno возможность собирать скрипты в исполняемые файлы, пример из PR:deno compile https://deno.land/std/http/file_server.ts
./file_server
HTTP server listening on http://0.0.0.0:4507/
>>Click here to continue<<