State of compiling a UI app in Deno v2

Hey all,

I recently started researching Deno again after the v2 announcement.
I was wondering the latest status of
deno compile
:

  • Is there a way to package a UI application (e.g. an HTML file) with this feature?
  • Would this step require an additional tool, e.g. a bundler such as
    parcel
    or
    packup
    ?
    • (What's the status of these bundlers in Deno v2 btw? I don't see them on JSR yet.)
  • If this is possible, what technology is used underneath, e.g.
    electron
    ? (Just found
    webview
    in a prior thread that could come handy.
    )
  • I saw an open issue on compiling to
    android
    target. Could such an application also target mobile devices?
I wanted to see if there's a quick way to prototype mobile games / applications with Deno.
Was this page helpful?