Rust target for Windows Universal

This seems to imply that there is now indeed only one way to compile and it can be linked into either Store App (or whatever they call it) and Desktop App. Which means that

No, it actually does not. Well, how did you get this list anyway? By inspecting which DLLs are open at runtime. That is, fortunately. irrelevant. If the “universal” CRT is actually universal, these DLLs were LoadLibrary'd because they are available, but would be skipped when they are not. Windows 7 don't even have all the api-ms-win-crt-* ones, but the executables run there.