diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-07-06 15:39:10 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-07-17 15:53:10 -0700 |
| commit | 58d19dcf38405246cd21816bc2ff9a9aa996b385 (patch) | |
| tree | ae77df3cf4558dcdaad45421715710527be4f65e /Web.md | |
| parent | 0d19a06e1e15803ebc729837703a364aea94992e (diff) | |
| download | nanowasm-design-58d19dcf38405246cd21816bc2ff9a9aa996b385.tar.gz | |
Say "on the Web" rather than "in a browser" when talking about Web use cases.
Diffstat (limited to 'Web.md')
| -rw-r--r-- | Web.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ -# Browser Embedding +# Web Embedding Unsurprisingly, one of WebAssembly's primary purposes is to run on the Web, -embedded in Web browsers (though this is [not its only purpose](NonWeb.md)). +for example embedded in Web browsers (though this is +[not its only purpose](NonWeb.md)). This means integrating with the Web ecosystem, leveraging Web APIs, supporting the Web's security model, preserving the Web's portability, and designing in |
