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
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
orparcel
?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.
? (Just foundelectron
in a prior thread that could come handy.)webview - I saw an open issue on compiling to
target. Could such an application also target mobile devices?android