I just started collaborating remotely on a project. Project manager explicitly asked me to download Dart SDK 32bit version. Since I have 64bit machine I asked why to find out more about it. I was told that "we're compiling the Dart code into Javascript that will then run within website/webapp. Therefore," he said " we need to avoid compatibility issues with 32bit machines visiting our site."
I've been programming javascript for 8 years. I never came across any web javascript API that would come near problems such as 32/64bit. So what am I missing? How can SDK bit version affect produced .js code? I decided to ask here before I raise any argument, especially since it's not really important whether I use 32/64 bit in this case.