Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Side by Side Diff: native_client_sdk/src/doc/index.rst

Issue 590693002: Add ahead-of-time translator to landing page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a typo. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « native_client_sdk/doc_generated/index.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698