6 ms·
They really did their best comparing it with other tools here https://docs.deno.com/runtime/desktop/comparison/ https://docs.deno.com/runtime/desktop/comparison
by tarcon 3mo ago
They really did their best comparing it with other tools here
https://docs.deno.com/runtime/desktop/comparison/ https://docs.deno.com/runtime/desktop/comparison/
- prohobo 3mo agoRE: Tauri not having cross-compile... There's a GitHub action that compiles for Linux, Windows, and Mac. So practically it does have it, just not out of the box.
- zamadatix 3mo agoPractically that's just the ability to generate binaries for more than one target. "Cross compiling" is specifically that ability without having to invoke a separate external environment to get the additional targets. If cross compiling were really just about the result rather than the means, what would the difference be between that and normal support for multiple targets?