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

Side by Side Diff: native_client_sdk/src/doc/glossary.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
« no previous file with comments | « native_client_sdk/src/doc/faq.rst ('k') | native_client_sdk/src/doc/help.rst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .. _glossary: 1 .. _glossary:
2 2
3 .. include:: /migration/deprecation.inc
4
3 ######## 5 ########
4 Glossary 6 Glossary
5 ######## 7 ########
6 8
7 This glossary defines terms and names commonly used throughout the Native Client 9 This glossary defines terms and names commonly used throughout the Native Client
8 documentation. 10 documentation.
9 11
10 asynchronous programming 12 asynchronous programming
11 In the asynchronous programming model, function calls are executed and return 13 In the asynchronous programming model, function calls are executed and return
12 immediately without waiting for a response. Using this model, function calls 14 immediately without waiting for a response. Using this model, function calls
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 module instance (such as resizing the browser window or going to 49 module instance (such as resizing the browser window or going to
48 and from fullscreen mode). 50 and from fullscreen mode).
49 web workers 51 web workers
50 `Web workers <http://en.wikipedia.org/wiki/Web_Workers>`_ provide a 52 `Web workers <http://en.wikipedia.org/wiki/Web_Workers>`_ provide a
51 mechanism for running heavy-weight JavaScript code on background threads 53 mechanism for running heavy-weight JavaScript code on background threads
52 so that the main web page can continue to respond to user interaction. 54 so that the main web page can continue to respond to user interaction.
53 Web pages interact with web workers by using ``postMessage()`` to send 55 Web pages interact with web workers by using ``postMessage()`` to send
54 messages. The way a web page interacts with a Native Client module 56 messages. The way a web page interacts with a Native Client module
55 is analogous to the way it interacts with web workers. 57 is analogous to the way it interacts with web workers.
56 58
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/faq.rst ('k') | native_client_sdk/src/doc/help.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698