#import "modules/std.sx"; // Target platforms a release can ship to. `android_apk` names the APK // artifact form specifically; the remaining variants are one per OS. Platform :: enum u8 { ios; android_apk; macos; linux; windows; }