divy
Create a desktop app using Deno + Svelte with Compile
there is a webview library that you can try https://jsr.io/@webview/webview
7 replies
Create a desktop app using Deno + Svelte with Compile
I think you want something similar to Electron/Tauri that can embed your web app into a browser instance?
deno compile
simply embeds source code into a self contained executable. it doesn't do rendering on its own.7 replies
Deno Compile Exe doesn't run
yup @snek is working on a fix https://github.com/denoland/deno/pull/26389
6 replies
Which CLOCK does `Temporal` API implementation use in a deno runtime?
Temporal is a Ecma spec and implemented by V8.
https://source.chromium.org/chromium/chromium/src/+/main:v8/src/builtins/builtins-temporal.cc
2 replies