Hacker News new | ask | show | jobs
by bzbarsky 3301 days ago
Chrome doesn't run V8 in a different process from the page DOM. That's the difference: NaCl/PNaCl _does_ run in a different process from the page DOM, so interacting with the DOM gets complicated.