OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="native-client-manifest-nmf-format"> | 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="native-client-manifest-nmf-format"> |
4 <h1 id="native-client-manifest-nmf-format">Native Client Manifest (nmf) Format</
h1> | 12 <h1 id="native-client-manifest-nmf-format">Native Client Manifest (nmf) Format</
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="#overview" id="id1">Overview</a></li> | 15 <li><a class="reference internal" href="#overview" id="id1">Overview</a></li> |
8 <li><a class="reference internal" href="#field-summary" id="id2">Field summary</
a></li> | 16 <li><a class="reference internal" href="#field-summary" id="id2">Field summary</
a></li> |
9 <li><p class="first"><a class="reference internal" href="#field-details" id="id3
">Field details</a></p> | 17 <li><p class="first"><a class="reference internal" href="#field-details" id="id3
">Field details</a></p> |
10 <ul class="small-gap"> | 18 <ul class="small-gap"> |
11 <li><a class="reference internal" href="#program" id="id4">program</a></li> | 19 <li><a class="reference internal" href="#program" id="id4">program</a></li> |
12 <li><a class="reference internal" href="#files" id="id5">files</a></li> | 20 <li><a class="reference internal" href="#files" id="id5">files</a></li> |
13 </ul> | 21 </ul> |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 representing the contents of the file. Specifying the <code>nmf</code> contents | 235 representing the contents of the file. Specifying the <code>nmf</code> contents |
228 inline with a data URI can help reduce the amount of network traffic | 236 inline with a data URI can help reduce the amount of network traffic |
229 required to load the Native Client application.</p> | 237 required to load the Native Client application.</p> |
230 <h3 id="url-resolution"><span id="nmf-url-resolution"></span>URL resolution</h3> | 238 <h3 id="url-resolution"><span id="nmf-url-resolution"></span>URL resolution</h3> |
231 <p>All URLs contained in a manifest are resolved relative to the URL of | 239 <p>All URLs contained in a manifest are resolved relative to the URL of |
232 the manifest. If the manifest was specified as a data URI, the URLs must | 240 the manifest. If the manifest was specified as a data URI, the URLs must |
233 all be absolute.</p> | 241 all be absolute.</p> |
234 </section> | 242 </section> |
235 | 243 |
236 {{/partials.standard_nacl_article}} | 244 {{/partials.standard_nacl_article}} |
OLD | NEW |