I recently started researching Deno again after the v2 announcement. I was wondering the latest status of
deno compile
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
parcel
or
packup
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
electron
? (Just found
webview
webview
in a prior thread that could come handy.) * I saw an open issue on compiling to
android
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.