Comment on Google Chrome SVP says Portable NaCl will ship "in six weeks"parentComments−batgaijin13yBut what are the limits? Are there any? What system API does the implementation map to? Epoll on Linux automatically, kqueue on Mac OS X, and whatever on Windows?−zurn13yThere aren't probably any PNaCl specific aspects to these. This is untrusted code so naturally there will be limits.You could start at http://src.chromium.org/viewvc/chrome/trunk/src/ppapi/api/
Comments
But what are the limits? Are there any? What system API does the implementation map to? Epoll on Linux automatically, kqueue on Mac OS X, and whatever on Windows?
There aren't probably any PNaCl specific aspects to these. This is untrusted code so naturally there will be limits.
You could start at http://src.chromium.org/viewvc/chrome/trunk/src/ppapi/api/