option to download compiler
I think the current invocations only download libraries and/or headers, it would be nice if an option was available to also download the Microsoft compiler. this would obviate the need for users to have to also install the Zig C compiler or similar
The purpose of this tool is not to replace Microsoft's bloated installer, only to get the minimal things needed to seamlessly cross-compile and link a Windows executable. I don't know if it's possible to get just the compiler and linker and actually have it function considering Microsoft has a tool specifically built just to find where vs is.
I guess if it can be done in a way that doesn't add an undue amount of code/complexity to this project I'd accept a PR, but have zero intention of ever doing this work myself.
according to the author, this downloads the compiler as well:
https://github.com/mstorsjo/msvc-wine/blob/master/vsdownload.py