|
|
|
|
|
by azakai
5144 days ago
|
|
> I think that NaCl is more geared towards being a target of a port for an existing application thats been written It is, but you can also port existing applications to JS. > I htink the pie is big enough for both NaCl and javascript apps. It's a different pie. NaCl is chrome-only (and just enabled in the chrome store, in fact), while JS runs in all browsers. |
|
You can't just port things to JavaScript the same way. JavaScript is a very different sort of language. "porting" something to JavaScript pretty much always means remaking the whole thing from ground up and hoping that your pixel pushing in canvas runs at an acceptable speed.