OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="technical-overview"> | 3 <section id="technical-overview"> |
4 <span id="overview"></span><h1 id="technical-overview"><span id="overview"></spa
n>Technical Overview</h1> | 4 <span id="overview"></span><h1 id="technical-overview"><span id="overview"></spa
n>Technical Overview</h1> |
5 <div class="contents local" id="contents" style="display: none"> | 5 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 6 <ul class="small-gap"> |
7 <li><a class="reference internal" href="#introduction" id="id2">Introduction</a>
</li> | 7 <li><a class="reference internal" href="#introduction" id="id2">Introduction</a>
</li> |
8 <li><a class="reference internal" href="#why-use-native-client" id="id3">Why use
Native Client?</a></li> | 8 <li><a class="reference internal" href="#why-use-native-client" id="id3">Why use
Native Client?</a></li> |
9 <li><a class="reference internal" href="#common-use-cases" id="id4">Common use c
ases</a></li> | 9 <li><a class="reference internal" href="#common-use-cases" id="id4">Common use c
ases</a></li> |
10 <li><p class="first"><a class="reference internal" href="#how-native-client-work
s" id="id5">How Native Client works</a></p> | 10 <li><p class="first"><a class="reference internal" href="#how-native-client-work
s" id="id5">How Native Client works</a></p> |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 <p>Pepper includes both a C API and a C++ API. The C++ API is a set of bindings | 220 <p>Pepper includes both a C API and a C++ API. The C++ API is a set of bindings |
221 written on top of the C API. For additional information about Pepper, see | 221 written on top of the C API. For additional information about Pepper, see |
222 <a class="reference external" href="http://code.google.com/p/ppapi/wiki/Concepts
">Pepper Concepts</a>.</p> | 222 <a class="reference external" href="http://code.google.com/p/ppapi/wiki/Concepts
">Pepper Concepts</a>.</p> |
223 </section></section><section id="versioning"> | 223 </section></section><section id="versioning"> |
224 <h2 id="versioning">Versioning</h2> | 224 <h2 id="versioning">Versioning</h2> |
225 <p>Chrome is released on a six week cycle, and developer versions of Chrome are | 225 <p>Chrome is released on a six week cycle, and developer versions of Chrome are |
226 pushed to the public beta channel three weeks before each release. As with any | 226 pushed to the public beta channel three weeks before each release. As with any |
227 software, each release of Chrome may include changes to Native Client and the | 227 software, each release of Chrome may include changes to Native Client and the |
228 Pepper interfaces that may require modification to existing applications. | 228 Pepper interfaces that may require modification to existing applications. |
229 However, modules compiled for one version of Pepper/Chrome should work with | 229 However, modules compiled for one version of Pepper/Chrome should work with |
230 subsequent versions of Pepper/Chrome. The SDK includes multiple <a class="refere
nce external" href="https://developers.google.com/native-client/version">version
s</a> of the Pepper APIs to | 230 subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the |
231 help developers make adjustments to API changes and take advantage of new | 231 Pepper APIs to help developers make adjustments to API changes and take |
232 features.</p> | 232 advantage of new features: <a class="reference external" href="/native-client/pe
pper_stable">stable</a>, <a class="reference external" href="/native-client/pepp
er_beta">beta</a> and <a class="reference external" href="/native-client/pepper_
dev">dev</a>.</p> |
233 </section><section id="where-to-start"> | 233 </section><section id="where-to-start"> |
234 <h2 id="where-to-start">Where to start</h2> | 234 <h2 id="where-to-start">Where to start</h2> |
235 <p>The <a class="reference internal" href="/native-client/quick-start.html"><em>
Quick Start</em></a> document provides links to downloads and | 235 <p>The <a class="reference internal" href="/native-client/quick-start.html"><em>
Quick Start</em></a> document provides links to downloads and |
236 documentation that should help you get started with developing and distributing | 236 documentation that should help you get started with developing and distributing |
237 Native Client applications.</p> | 237 Native Client applications.</p> |
238 </section></section> | 238 </section></section> |
239 | 239 |
240 {{/partials.standard_nacl_article}} | 240 {{/partials.standard_nacl_article}} |
OLD | NEW |