Most folks don't worry about a compiled version as they're usually windows- only. As long as the source is included, folks can (generally) compile cross-platform on windows/linux/Mac all. (I say generally, as some folks use DECLARE LIBRARY to access certain window's api calls and such, and those won't work cross platform.)
As a personal rule of thumb, I tend not to share compiled exes here on the forums, as I figure everyone here should have a copy of QB64 to compile the source with. (And help point out any issues which might arise compiling on different architecture.)
Sharing files elsewhere would require including the exe precompiled, of course, as I wouldn't expect everybody out in the world wide world to need QB64 just to run my code. ;)