OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="welcome-to-native-client"> | 3 <section id="welcome-to-native-client"> |
4 <h1 id="welcome-to-native-client">Welcome to Native Client</h1> | 4 <h1 id="welcome-to-native-client">Welcome to Native Client</h1> |
5 <div id="home"> | 5 <div id="home"> |
6 <a class="button-nacl button-download" href="/native-client/sdk/download.html">D
ownload SDK</a> | 6 <a class="button-nacl button-download" href="/native-client/sdk/download.html">D
ownload SDK</a> |
7 <div class="big-intro"><p><strong>Native Client</strong> is a sandbox for runnin
g compiled C and C++ code in the | 7 <div class="big-intro"><p><strong>Native Client</strong> is a sandbox for runnin
g compiled C and C++ code in the |
8 browser efficiently and securely, independent of the user’s operating syst
em. | 8 browser efficiently and securely, independent of the user’s operating syst
em. |
9 <strong>Portable Native Client</strong> extends that technology with | 9 <strong>Portable Native Client</strong> extends that technology with |
10 architecture independence, letting developers compile their code once to run | 10 architecture independence, letting developers compile their code once to run |
(...skipping 12 matching lines...) Expand all Loading... |
23 <div class="right-side-inner"> | 23 <div class="right-side-inner"> |
24 <h2>Guiding principles of Native Client</h2> | 24 <h2>Guiding principles of Native Client</h2> |
25 <div class="big-intro"> | 25 <div class="big-intro"> |
26 <ul> | 26 <ul> |
27 <li>Developer flexibility to program in any language.</li> | 27 <li>Developer flexibility to program in any language.</li> |
28 <li>Running close to the metal to allow access to performance gains.</li> | 28 <li>Running close to the metal to allow access to performance gains.</li> |
29 <li>Protecting users from malicious code and malware.</li> | 29 <li>Protecting users from malicious code and malware.</li> |
30 <li>Write-once, run-anywhere code portability across all user architectures.</
li> | 30 <li>Write-once, run-anywhere code portability across all user architectures.</
li> |
31 </ul></div> | 31 </ul></div> |
32 </div> | 32 </div> |
33 </div><section id="get-started-with-native-client"> | 33 </div><h2 id="get-started-with-native-client">Get started with Native Client</h2
> |
34 <h2 id="get-started-with-native-client">Get started with Native Client</h2> | |
35 <div class="big-intro"><ol class="arabic simple"> | 34 <div class="big-intro"><ol class="arabic simple"> |
36 <li><a class="reference internal" href="/native-client/sdk/download.html"><em>Do
wnload the Native Client SDK</em></a>.</li> | 35 <li><a class="reference internal" href="/native-client/sdk/download.html"><em>Do
wnload the Native Client SDK</em></a>.</li> |
37 <li>Read the <a class="reference internal" href="/native-client/overview.html"><
em>Technical Overview</em></a>.</li> | 36 <li>Read the <a class="reference internal" href="/native-client/overview.html"><
em>Technical Overview</em></a>.</li> |
38 <li>Learn how to use the SDK and build both a web app and a Chrome app in the | 37 <li>Learn how to use the SDK and build both a web app and a Chrome app in the |
39 <a class="reference internal" href="/native-client/devguide/tutorial/tutorial-pa
rt1.html"><em>Getting Started Tutorial</em></a>.</li> | 38 <a class="reference internal" href="/native-client/devguide/tutorial/tutorial-pa
rt1.html"><em>Getting Started Tutorial</em></a>.</li> |
40 </ol> | 39 </ol> |
41 </div> | 40 </div> |
42 <div class="big-intro" style="clear: both;"><p>Send us questions, comments, and
feedback: | 41 <div class="big-intro" style="clear: both;"><p>Send us questions, comments, and
feedback: |
43 <a class="reference external" href="https://groups.google.com/forum/#!forum/nati
ve-client-discuss">native-client-discuss</a>.</p> | 42 <a class="reference external" href="https://groups.google.com/forum/#!forum/nati
ve-client-discuss">native-client-discuss</a>.</p> |
44 </div> | 43 </div> |
45 </div></section></section> | 44 </div></section> |
46 | 45 |
47 {{/partials.standard_nacl_article}} | 46 {{/partials.standard_nacl_article}} |
OLD | NEW |