···12266 /**/ if platform.isDarwin then (if platform.isAarch64 then 11 else 7)
12267 else if platform.isFreeBSD then 7
12268 else if platform.isAndroid then 12
12269- else if platform.isLinux then (if platform.isRiscV then 11 else 7)
00012270 else if platform.isWasm then 8
12271 else latest_version;
12272 # We take the "max of the mins". Why? Since those are lower bounds of the
···12266 /**/ if platform.isDarwin then (if platform.isAarch64 then 11 else 7)
12267 else if platform.isFreeBSD then 7
12268 else if platform.isAndroid then 12
12269+ else if platform.isLinux then
12270+ /**/ if platform.isRiscV then 11
12271+ else if platform.isMusl then 11
12272+ else 7
12273 else if platform.isWasm then 8
12274 else latest_version;
12275 # We take the "max of the mins". Why? Since those are lower bounds of the