| Index: native_client_sdk/doc_generated/nacl-and-pnacl.html
|
| diff --git a/native_client_sdk/doc_generated/nacl-and-pnacl.html b/native_client_sdk/doc_generated/nacl-and-pnacl.html
|
| index b88ca9a26f2386d362b95d3a09c0ecf7e8cc5113..cce5ee0aba2af06f820e75f2fb094a03f1885d5a 100644
|
| --- a/native_client_sdk/doc_generated/nacl-and-pnacl.html
|
| +++ b/native_client_sdk/doc_generated/nacl-and-pnacl.html
|
| @@ -14,14 +14,13 @@
|
|
|
| </div><section id="native-client-nacl">
|
| <h2 id="native-client-nacl">Native Client (NaCl)</h2>
|
| -<p>Native Client enables the execution of native code
|
| -securely inside web applications through the use of advanced
|
| -<a class="reference external" href="https://developers.google.com/native-client/community/talks#research">Software Fault Isolation (SFI) techniques</a>.
|
| -Since its launch in 2011, Native Client has provided
|
| -developers with the ability to harness a client machine’s computational power
|
| -to a much fuller extent than traditional web technologies, by running compiled C
|
| -and C++ code at near-native speeds and taking advantage of multiple cores with
|
| -shared memory.</p>
|
| +<p>Native Client enables the execution of native code securely inside web
|
| +applications through the use of advanced <a class="reference external" href="/native-client/community/talks#research">Software Fault Isolation (SFI)
|
| +techniques</a>. Since its launch in
|
| +2011, Native Client has provided developers with the ability to harness a
|
| +client machine’s computational power to a much fuller extent than traditional
|
| +web technologies, by running compiled C and C++ code at near-native speeds and
|
| +taking advantage of multiple cores with shared memory.</p>
|
| <p>While Native Client provides operating system independence, it requires
|
| developers to generate architecture-specific executable modules
|
| (<strong>nexe</strong> modules) for each hardware platform. This is not only inconvenient
|
|
|