OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="frequently-asked-questions"> | 3 <b><font color="#cc0000"> |
| 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="frequently-asked-questions"> |
4 <h1 id="frequently-asked-questions">Frequently Asked Questions</h1> | 12 <h1 id="frequently-asked-questions">Frequently Asked Questions</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><p class="first"><a class="reference internal" href="#what-is-native-client-
good-for" id="id1">What is Native Client Good For?</a></p> | 15 <li><p class="first"><a class="reference internal" href="#what-is-native-client-
good-for" id="id1">What is Native Client Good For?</a></p> |
8 <ul class="small-gap"> | 16 <ul class="small-gap"> |
9 <li><a class="reference internal" href="#why-did-google-build-native-client" id=
"id2">Why did Google build Native Client?</a></li> | 17 <li><a class="reference internal" href="#why-did-google-build-native-client" id=
"id2">Why did Google build Native Client?</a></li> |
10 <li><a class="reference internal" href="#when-should-i-use-portable-native-clien
t-instead-of-native-client" id="id3">When should I use Portable Native Client in
stead of Native Client?</a></li> | 18 <li><a class="reference internal" href="#when-should-i-use-portable-native-clien
t-instead-of-native-client" id="id3">When should I use Portable Native Client in
stead of Native Client?</a></li> |
11 <li><a class="reference internal" href="#when-should-i-use-portable-native-clien
t-native-client" id="id4">When should I use Portable Native Client / Native Clie
nt?</a></li> | 19 <li><a class="reference internal" href="#when-should-i-use-portable-native-clien
t-native-client" id="id4">When should I use Portable Native Client / Native Clie
nt?</a></li> |
12 <li><a class="reference internal" href="#how-fast-does-code-run-in-portable-nati
ve-client" id="id5">How fast does code run in Portable Native Client?</a></li> | 20 <li><a class="reference internal" href="#how-fast-does-code-run-in-portable-nati
ve-client" id="id5">How fast does code run in Portable Native Client?</a></li> |
13 <li><a class="reference internal" href="#why-use-portable-native-client-instead-
of-technology-x" id="id6">Why use Portable Native Client instead of <em><tech
nology X></em>?</a></li> | 21 <li><a class="reference internal" href="#why-use-portable-native-client-instead-
of-technology-x" id="id6">Why use Portable Native Client instead of <em><tech
nology X></em>?</a></li> |
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 you’re loading the correct <code>.nexe</code> file by building a separate | 499 you’re loading the correct <code>.nexe</code> file by building a separate |
492 <code>.nexe</code> for each architecture, and using a <code>.nmf</code> manifest
file to | 500 <code>.nexe</code> for each architecture, and using a <code>.nmf</code> manifest
file to |
493 let the browser select the correct <code>.nexe</code> file. Note: the need to | 501 let the browser select the correct <code>.nexe</code> file. Note: the need to |
494 select a processor-specific <code>.nexe</code> goes away with Portable Native | 502 select a processor-specific <code>.nexe</code> goes away with Portable Native |
495 Client.</li> | 503 Client.</li> |
496 <li>If things still aren’t working, <a class="reference internal" href="/n
ative-client/help.html"><em>ask for help</em></a>!</li> | 504 <li>If things still aren’t working, <a class="reference internal" href="/n
ative-client/help.html"><em>ask for help</em></a>!</li> |
497 </ul> | 505 </ul> |
498 </section> | 506 </section> |
499 | 507 |
500 {{/partials.standard_nacl_article}} | 508 {{/partials.standard_nacl_article}} |
OLD | NEW |