diff options
| author | Brett Cannon <brettcannon@users.noreply.github.com> | 2015-11-02 14:22:53 -0800 |
|---|---|---|
| committer | Brett Cannon <brettcannon@users.noreply.github.com> | 2015-11-02 14:22:53 -0800 |
| commit | a10e484278e0635a1cd7030ccd76d3d64de03beb (patch) | |
| tree | 2398c51cd5f0e2c887a2cacbc5a384a3284fdbe4 /FAQ.md | |
| parent | 80cf814b4bbc1b8583ba3d1f6516791a4a5a844b (diff) | |
| download | nanowasm-design-a10e484278e0635a1cd7030ccd76d3d64de03beb.tar.gz | |
Remove extraneous parenthesis
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ There are two main benefits WebAssembly provides: decoded much faster than JavaScript can be parsed ([experiments][] show more than 20× faster). On mobile, large compiled codes can easily take 20–40 seconds *just to parse*, so native decoding (especially when combined with - other techniques like [streaming][]) for better-than-gzip compression) is + other techniques like [streaming][] for better-than-gzip compression) is critical to providing a good cold-load user experience. 2. By avoiding the simultaneous asm.js constraints of [AOT][]-[compilability][] |
