diff options
| author | Luke Wagner <mail@lukewagner.name> | 2015-06-16 09:26:23 -0500 |
|---|---|---|
| committer | Luke Wagner <mail@lukewagner.name> | 2015-06-16 09:26:23 -0500 |
| commit | c1ff0aab7ab84ac0b84f6b0f1400de8e8063f6f8 (patch) | |
| tree | f22a86d0bb7b2179a9e18b07cdffe3e2f69eed41 /FAQ.md | |
| parent | 81364936bb549f477a138f76f57c38b82293a5be (diff) | |
| download | nanowasm-design-c1ff0aab7ab84ac0b84f6b0f1400de8e8063f6f8.tar.gz | |
Add ndash
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ There are two main benefits WebAssembly provides: 1. The kind of binary format being considered for WebAssembly can be natively decoded much faster than JS can be parsed ([experiments show more than 20× faster](BinaryEncoding.md#why-a-binary-encoding-instead-of-a-text-only-representation)). - On mobile, large compiled codes can easily take 20-40s *just to parse*, so + On mobile, large compiled codes can easily take 20–40s *just to parse*, so native decoding (especially when combined with other techniques like streaming) is critical to providing a good cold-load user experience. |
