Skip to content

How to serve deno binary from deno compile ? #14926

Answered by zachauten
romainPrignon asked this question in Q&A
Discussion options

You must be logged in to vote

https://deno.land/x doesn't serve binaries, it serves modules (scripts). You only really need deno compile if you're writing an application that you want to be able to ship somewhere that may not have the right version of deno. If you're writing a library or a script that you want to be able to import or run via url, you don't need compile.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kitsonk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants