Comment by tarcon

13 hours ago

They really did their best comparing it with other tools here https://docs.deno.com/runtime/desktop/comparison/

RE: 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.

  • Practically 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?