Month: March 2010
-
Google Native Client
I saw this interesting blog post today about where the Native Client (NaCl) team is going. I thought the idea was really intriguing: you compile your code once to LVM bitcode, and then each browser has a JIT’er that will turn that into fast native code. It seems like a possible natural progression from sending scripts…