aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-06-16 09:26:23 -0500
committerLuke Wagner <mail@lukewagner.name>2015-06-16 09:26:23 -0500
commitc1ff0aab7ab84ac0b84f6b0f1400de8e8063f6f8 (patch)
treef22a86d0bb7b2179a9e18b07cdffe3e2f69eed41 /FAQ.md
parent81364936bb549f477a138f76f57c38b82293a5be (diff)
downloadnanowasm-design-c1ff0aab7ab84ac0b84f6b0f1400de8e8063f6f8.tar.gz
Add ndash
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index cbbf872..19faef0 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -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&ndash;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.