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

Side by Side Diff: native_client_sdk/src/doc/reference/nacl-manifest-format.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 .. include:: /migration/deprecation.inc
2
1 ################################### 3 ###################################
2 Native Client Manifest (nmf) Format 4 Native Client Manifest (nmf) Format
3 ################################### 5 ###################################
4 6
5 .. contents:: 7 .. contents::
6 :local: 8 :local:
7 :backlinks: none 9 :backlinks: none
8 :depth: 2 10 :depth: 2
9 11
10 Overview 12 Overview
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 required to load the Native Client application. 269 required to load the Native Client application.
268 270
269 .. _nmf_url_resolution: 271 .. _nmf_url_resolution:
270 272
271 URL resolution 273 URL resolution
272 -------------- 274 --------------
273 275
274 All URLs contained in a manifest are resolved relative to the URL of 276 All URLs contained in a manifest are resolved relative to the URL of
275 the manifest. If the manifest was specified as a data URI, the URLs must 277 the manifest. If the manifest was specified as a data URI, the URLs must
276 all be absolute. 278 all be absolute.
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/reference/index.rst ('k') | native_client_sdk/src/doc/reference/pnacl-bitcode-abi.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698