mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-07 02:46:50 +00:00
Arch and libc fallbacks are not universal — they depend on the OS, the package, and even the version. ARM64 on macOS/Windows can run x64 (Rosetta/emulation) but not on Linux. Musl can be static or dynamically linked depending on the package version. Windows GNU may or may not need mingw. These rules belong in per-installer config, not in shared types. platlatest stays as a simple fact store (triplet → version). Resolution with fallbacks will be the caller's job.