OLD | NEW |
1 ######################## | 1 ######################## |
2 Welcome to Native Client | 2 Welcome to Native Client |
3 ######################## | 3 ######################## |
4 | 4 |
5 .. raw:: html | 5 .. raw:: html |
6 | 6 |
7 <div id="home"> | 7 <div id="home"> |
8 <div class="pull-quote">To get the SDK and<br/>installation instructions<br/> | 8 <div class="pull-quote">To get the SDK and<br/>installation instructions<br/> |
9 <a href="/native-client/sdk/download.html">visit the SDK Download page</a>. | 9 <a href="/native-client/sdk/download.html">visit the SDK Download page</a>. |
10 </div> | 10 </div> |
11 <div class="big-intro"> | 11 <div class="big-intro"> |
12 | 12 |
13 **Native Client** is a sandbox for running compiled C and C++ code in the | 13 **Native Client** is a sandbox for running compiled C and C++ code in the |
14 browser efficiently and securely, independent of the user's operating system. | 14 browser efficiently and securely, independent of the user's operating system. |
15 **Portable Native Client** extends that technology with | 15 **Portable Native Client** extends that technology with |
16 architecture independence, letting developers compile their code once to run | 16 architecture independence, letting developers compile their code once to run |
17 in any website and on any architecture. | 17 in any website and on any architecture with ahead-of-time (AOT) translation. |
18 | 18 |
19 In short, Native Client brings the **performance** and **low-level control** | 19 In short, Native Client brings the **performance** and **low-level control** |
20 of native code to modern web browsers, without sacrificing the **security** and | 20 of native code to modern web browsers, without sacrificing the **security** and |
21 **portability** of the web. Watch the video below for an overview of | 21 **portability** of the web. Watch the video below for an overview of |
22 Native Client, including its goals, how it works, and how | 22 Native Client, including its goals, how it works, and how |
23 Portable Native Client lets developers run native compiled code on the web. | 23 Portable Native Client lets developers run native compiled code on the web. |
24 | 24 |
25 .. Note:: | 25 .. Note:: |
26 :class: note | 26 :class: note |
27 | 27 |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 .. raw:: html | 114 .. raw:: html |
115 | 115 |
116 <div class="big-intro" style="clear: both;"> | 116 <div class="big-intro" style="clear: both;"> |
117 | 117 |
118 Send us questions, comments, and feedback: `native-client-discuss | 118 Send us questions, comments, and feedback: `native-client-discuss |
119 <https://groups.google.com/forum/#!forum/native-client-discuss>`_. | 119 <https://groups.google.com/forum/#!forum/native-client-discuss>`_. |
120 | 120 |
121 .. raw:: html | 121 .. raw:: html |
122 | 122 |
123 </div> | 123 </div> |
OLD | NEW |