Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.
* It doesn't seem that you can reliably get the CPU architecture from the user agent yet.
I started my professional career as a C++/Qt developer. There was this code to disallow multiple application instances using named pipes. It used named pipes under both Linux and Windows - just create a named pipe "my-program-pipe" and it was a signal for other starting up instances to communicate to it "please put the main app on top" and close.
On linux it worked like a charm. On Windows it worked like a charm...
...only first time. The code was written to "try create a named pipe and if failed - then it means it exists, so write to it instead and exit". This "try create" operation on windows failed but also removed the original existing pipe, thus allowing the third instance to coexist with the first one.
What I mean - Operating Systems are more than this, you cannot write a truly portable application without knowing them all. And especially those quirks that differ...
Is that another name for virus / worm.
More gently, is it I just fat binary in a compact form. If so why not use label the source to cross compile so when Apple dump Intel, we do not need to carry that program.