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 with ahead-of-time (AOT) translation. | 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 |
28 This site uses several examples of Native Client. For the best experience, | 28 This site uses several examples of Native Client. For the best experience, |
29 consider downloading the `latest version of Chrome | 29 consider downloading the `latest version of Chrome |
30 <http://www.google.com/chrome/>`_. When you come back, be sure to `check out | 30 <https://www.google.com/chrome/>`_. When you come back, be sure to `check out |
31 our demos <https://gonativeclient.appspot.com/demo>`_. | 31 our demos <https://gonativeclient.appspot.com/demo>`_. |
32 | 32 |
33 .. raw:: html | 33 .. raw:: html |
34 | 34 |
35 </div> | 35 </div> |
36 | 36 |
37 <iframe class="video" width="600" height="337" | 37 <iframe class="video" width="600" height="337" |
38 src="//www.youtube.com/embed/MvKEomoiKBA?rel=0" frameborder="0"></iframe> | 38 src="//www.youtube.com/embed/MvKEomoiKBA?rel=0" frameborder="0"></iframe> |
39 <div class="big-intro"> | 39 <div class="big-intro"> |
40 | 40 |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 I Want to Know Everything | 108 I Want to Know Everything |
109 ========================= | 109 ========================= |
110 | 110 |
111 So, you like to read now and try later. Start with our :doc:`Technical Overview | 111 So, you like to read now and try later. Start with our :doc:`Technical Overview |
112 <overview>` | 112 <overview>` |
113 | 113 |
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 comments and feedback on the `native-client-discuss |
119 <https://groups.google.com/forum/#!forum/native-client-discuss>`_. | 119 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, |
| 120 or ask questions using Stack Overflow's `google-nativeclient |
| 121 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. |
120 | 122 |
121 .. raw:: html | 123 .. raw:: html |
122 | 124 |
123 </div> | 125 </div> |
OLD | NEW |