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

Side by Side Diff: native_client_sdk/src/doc/devguide/coding/nacl_io.rst

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 .. _nacl_io: 1 .. _nacl_io:
2 2
3 .. include:: /migration/deprecation.inc
4
3 ################### 5 ###################
4 The nacl_io Library 6 The nacl_io Library
5 ################### 7 ###################
6 8
7 .. contents:: 9 .. contents::
8 :local: 10 :local:
9 :backlinks: none 11 :backlinks: none
10 :depth: 2 12 :depth: 2
11 13
12 Introduction 14 Introduction
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 The example discussed here is included in the SDK in the directory 226 The example discussed here is included in the SDK in the directory
225 ``examples/demo/nacl_io_demo``. 227 ``examples/demo/nacl_io_demo``.
226 228
227 The nacl_io library is included in the SDK toolchain and is not a part of the 229 The nacl_io library is included in the SDK toolchain and is not a part of the
228 Pepper API. For reference information related to the nacl_io interface see 230 Pepper API. For reference information related to the nacl_io interface see
229 its header file in the SDK directory, located at 231 its header file in the SDK directory, located at
230 ``include/nacl_io/nacl_io.h``. 232 ``include/nacl_io/nacl_io.h``.
231 233
232 For more about the HTML5 file system read the `specification 234 For more about the HTML5 file system read the `specification
233 <http://dev.w3.org/2009/dap/file-system/pub/FileSystem/>`_. 235 <http://dev.w3.org/2009/dap/file-system/pub/FileSystem/>`_.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698