aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-06-10 15:48:59 -0500
committerLuke Wagner <mail@lukewagner.name>2015-06-10 15:48:59 -0500
commit95b607450bdeeac671e7f0d4eba7cbfacedd21cb (patch)
treebcc78f4c5dba9f61a3f02e8ef55129444e1a1ac5 /BinaryEncoding.md
parent9f7ca362035d0b35a509b64a822fc6bdb7545a78 (diff)
downloadnanowasm-design-95b607450bdeeac671e7f0d4eba7cbfacedd21cb.tar.gz
Update URLs to account for spec->design repo renaming
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index 00d0cc9..97a143f 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -18,7 +18,7 @@ Reducing download size, is achieved through three layers:
* We can do better than generic compression because we are aware of the AST
structure and other details:
* For example, macro compression that
- [deduplicates AST trees](https://github.com/WebAssembly/spec/issues/58#issuecomment-101863032)
+ [deduplicates AST trees](https://github.com/WebAssembly/design/issues/58#issuecomment-101863032)
can focus on AST nodes + their children, thus having `O(nodes)` entities
to worry about, compared to generic compression which in principle would
need to look at `O(bytes*bytes)` entities. Such macros would allow the