Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: native_client_sdk/doc_generated/reference/nacl-manifest-format.html

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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}}
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/reference/index.html ('k') | native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698