OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="application-structure"> | 3 <b><font color="#cc0000"> |
4 <span id="devcycle-application-structure"></span><h1 id="application-structure">
<span id="devcycle-application-structure"></span>Application Structure</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="application-structure"> |
| 12 <h1 id="application-structure">Application Structure</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="#application-components" id="id1">Applic
ation components</a></li> | 15 <li><a class="reference internal" href="#application-components" id="id1">Applic
ation components</a></li> |
8 <li><a class="reference internal" href="#html-file-and-the-embed-element" id="id
2">HTML file and the <embed> element</a></li> | 16 <li><a class="reference internal" href="#html-file-and-the-embed-element" id="id
2">HTML file and the <embed> element</a></li> |
9 <li><a class="reference internal" href="#manifest-files" id="id3">Manifest Files
</a></li> | 17 <li><a class="reference internal" href="#manifest-files" id="id3">Manifest Files
</a></li> |
10 <li><a class="reference internal" href="#modules-and-instances" id="id4">Modules
and instances</a></li> | 18 <li><a class="reference internal" href="#modules-and-instances" id="id4">Modules
and instances</a></li> |
11 <li><a class="reference internal" href="#native-client-modules-a-closer-look" id
="id5">Native Client modules: A closer look</a></li> | 19 <li><a class="reference internal" href="#native-client-modules-a-closer-look" id
="id5">Native Client modules: A closer look</a></li> |
12 </ul> | 20 </ul> |
13 | 21 |
14 </div><p>This section of the Developer’s Guide describes the general struc
ture of a | 22 </div><p>This section of the Developer’s Guide describes the general struc
ture of a |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 issue a <code>crash</code> event | 211 issue a <code>crash</code> event |
204 <a class="reference internal" href="/native-client/devguide/coding/progress-even
ts.html"><em>which can be handled in Javascript</em></a>.</p> | 212 <a class="reference internal" href="/native-client/devguide/coding/progress-even
ts.html"><em>which can be handled in Javascript</em></a>.</p> |
205 <p>While the <code>CreateModule()</code> factory function, the <code>Module</cod
e> class, and the | 213 <p>While the <code>CreateModule()</code> factory function, the <code>Module</cod
e> class, and the |
206 <code>Instance</code> class are required for a Native Client application, the co
de | 214 <code>Instance</code> class are required for a Native Client application, the co
de |
207 samples shown above don’t actually do anything. Subsequent sections in the | 215 samples shown above don’t actually do anything. Subsequent sections in the |
208 Developer’s Guide build on these code samples and add more interesting | 216 Developer’s Guide build on these code samples and add more interesting |
209 functionality.</p> | 217 functionality.</p> |
210 </section> | 218 </section> |
211 | 219 |
212 {{/partials.standard_nacl_article}} | 220 {{/partials.standard_nacl_article}} |
OLD | NEW |