TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Self-Contained Executable Programs with Deno Compile

13 pointsby soheilpro6 months ago

2 comments

jorrdang6 months ago
Has anyone figured out cross compiling for macOS targets from a non-macOS host? For example, executing `deno compile` in a Jenkins job in a CI/CD workflow? I’ve tried numerous times and get stuck on the macOS target not passing Apple’s security rules. The codesigning example in the blog post is something I’ve tried but I feel like I’m missing something.
evnix6 months ago
Small binary size?<p>58MB for a hello world doesn&#x27;t not seem small to me.<p>58MB might not seem much but we used to have entire games in a few MB.<p>You might argue it doesn&#x27;t increase that much after 58MB, I don&#x27;t know what is this good for. I want my command line apps to be lean, I don&#x27;t care about decoupling source and deno binary on a server side program. I don&#x27;t see the benefits personally.
评论 #42150420 未加载