Remix.run Logo
m00dy a day ago

would be cool to have a comparison with tauri.

tarcon a day ago | parent [-]

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

prohobo a day ago | parent [-]

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.

zamadatix a day ago | parent [-]

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?