Earlier quoted context omitted.
Zig has painless cross compilation, with gcc or clang it's a nightmare
I would like to see that painless cross compilation for UWP applications. Truth is that cross compilation always breaks down in complex deployment use cases.
I think the problem for Zig is that they use MinGW as their Windows target, and the latter's standard library isn't really UWP compatible (yet?).