OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="technical-overview"> | 3 <b><font color="#cc0000"> |
4 <span id="overview"></span><h1 id="technical-overview"><span id="overview"></spa
n>Technical Overview</h1> | 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="technical-overview"> |
| 12 <h1 id="technical-overview">Technical Overview</h1> |
5 <div class="contents local" id="contents" style="display: none"> | 13 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 14 <ul class="small-gap"> |
7 <li><a class="reference internal" href="#why-use-native-client" id="id7">Why use
Native Client?</a></li> | 15 <li><a class="reference internal" href="#why-use-native-client" id="id7">Why use
Native Client?</a></li> |
8 <li><a class="reference internal" href="#benefits-of-native-client" id="id8">Ben
efits of Native Client</a></li> | 16 <li><a class="reference internal" href="#benefits-of-native-client" id="id8">Ben
efits of Native Client</a></li> |
9 <li><a class="reference internal" href="#common-use-cases" id="id9">Common use c
ases</a></li> | 17 <li><a class="reference internal" href="#common-use-cases" id="id9">Common use c
ases</a></li> |
10 <li><p class="first"><a class="reference internal" href="#how-native-client-work
s" id="id10">How Native Client works</a></p> | 18 <li><p class="first"><a class="reference internal" href="#how-native-client-work
s" id="id10">How Native Client works</a></p> |
11 <ul class="small-gap"> | 19 <ul class="small-gap"> |
12 <li><a class="reference internal" href="#toolchains" id="id11">Toolchains</a></l
i> | 20 <li><a class="reference internal" href="#toolchains" id="id11">Toolchains</a></l
i> |
13 <li><a class="reference internal" href="#security" id="id12">Security</a></li> | 21 <li><a class="reference internal" href="#security" id="id12">Security</a></li> |
14 <li><a class="reference internal" href="#link-for-pnacl-translator" id="id13">Po
rtability</a></li> | 22 <li><a class="reference internal" href="#link-for-pnacl-translator" id="id13">Po
rtability</a></li> |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 <p>Pepper includes both a <a class="reference internal" href="/native-client/c-a
pi.html"><em>C API</em></a> and a <a class="reference internal" href="/native-cl
ient/cpp-api.html"><em>C++ API</em></a>. | 236 <p>Pepper includes both a <a class="reference internal" href="/native-client/c-a
pi.html"><em>C API</em></a> and a <a class="reference internal" href="/native-cl
ient/cpp-api.html"><em>C++ API</em></a>. |
229 The C++ API is a set of bindings written on top of the C API. For additional | 237 The C++ API is a set of bindings written on top of the C API. For additional |
230 information about Pepper, see <a class="reference external" href="http://code.go
ogle.com/p/ppapi/wiki/Concepts">Pepper Concepts</a>.</p> | 238 information about Pepper, see <a class="reference external" href="http://code.go
ogle.com/p/ppapi/wiki/Concepts">Pepper Concepts</a>.</p> |
231 <h2 id="where-to-start">Where to start</h2> | 239 <h2 id="where-to-start">Where to start</h2> |
232 <p>The <a class="reference internal" href="/native-client/quick-start.html"><em>
Quick Start</em></a> document provides links to downloads and | 240 <p>The <a class="reference internal" href="/native-client/quick-start.html"><em>
Quick Start</em></a> document provides links to downloads and |
233 documentation to help you get started with developing and distributing Native | 241 documentation to help you get started with developing and distributing Native |
234 Client applications.</p> | 242 Client applications.</p> |
235 </section> | 243 </section> |
236 | 244 |
237 {{/partials.standard_nacl_article}} | 245 {{/partials.standard_nacl_article}} |
OLD | NEW |