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

Side by Side Diff: native_client_sdk/doc_generated/devguide/coding/nacl_io.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="the-nacl-io-library"> 3 <b><font color="#cc0000">
4 <span id="nacl-io"></span><h1 id="the-nacl-io-library"><span id="nacl-io"></span >The nacl_io Library</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="the-nacl-io-library">
12 <h1 id="the-nacl-io-library">The nacl_io Library</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="#introduction" id="id1">Introduction</a> </li> 15 <li><a class="reference internal" href="#introduction" id="id1">Introduction</a> </li>
8 <li><a class="reference internal" href="#using-nacl-io" id="id2">Using nacl_io</ a></li> 16 <li><a class="reference internal" href="#using-nacl-io" id="id2">Using nacl_io</ a></li>
9 <li><a class="reference internal" href="#logging-in-nacl-io" id="id3">Logging in nacl_io</a></li> 17 <li><a class="reference internal" href="#logging-in-nacl-io" id="id3">Logging in nacl_io</a></li>
10 <li><p class="first"><a class="reference internal" href="#the-nacl-io-demo" id=" id4">The nacl_io demo</a></p> 18 <li><p class="first"><a class="reference internal" href="#the-nacl-io-demo" id=" id4">The nacl_io demo</a></p>
11 <ul class="small-gap"> 19 <ul class="small-gap">
12 <li><a class="reference internal" href="#building-and-running-the-demo" id="id5" >Building and running the demo</a></li> 20 <li><a class="reference internal" href="#building-and-running-the-demo" id="id5" >Building and running the demo</a></li>
13 <li><a class="reference internal" href="#a-look-at-the-code" id="id6">A look at the code</a></li> 21 <li><a class="reference internal" href="#a-look-at-the-code" id="id6">A look at the code</a></li>
14 </ul> 22 </ul>
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 <p>The example discussed here is included in the SDK in the directory 220 <p>The example discussed here is included in the SDK in the directory
213 <code>examples/demo/nacl_io_demo</code>.</p> 221 <code>examples/demo/nacl_io_demo</code>.</p>
214 <p>The nacl_io library is included in the SDK toolchain and is not a part of the 222 <p>The nacl_io library is included in the SDK toolchain and is not a part of the
215 Pepper API. For reference information related to the nacl_io interface see 223 Pepper API. For reference information related to the nacl_io interface see
216 its header file in the SDK directory, located at 224 its header file in the SDK directory, located at
217 <code>include/nacl_io/nacl_io.h</code>.</p> 225 <code>include/nacl_io/nacl_io.h</code>.</p>
218 <p>For more about the HTML5 file system read the <a class="reference external" h ref="http://dev.w3.org/2009/dap/file-system/pub/FileSystem/">specification</a>.< /p> 226 <p>For more about the HTML5 file system read the <a class="reference external" h ref="http://dev.w3.org/2009/dap/file-system/pub/FileSystem/">specification</a>.< /p>
219 </section> 227 </section>
220 228
221 {{/partials.standard_nacl_article}} 229 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698