aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-08-17 16:53:23 -0500
committerLuke Wagner <mail@lukewagner.name>2015-08-17 16:53:23 -0500
commit0d148a33b2cf79289770b4c7f5b869955e24c258 (patch)
tree19ed1848691eb2a675de176ae7c214a07d8f9441 /BinaryEncoding.md
parent21e8edcc945c4b7d9e961780606e647ff0e5f31b (diff)
downloadnanowasm-design-0d148a33b2cf79289770b4c7f5b869955e24c258.tar.gz
Remove dangling reference
Should have been removed with the original PR that removed the referent.
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index f360d62..ddc6923 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -105,7 +105,6 @@ All strings are encoded as null-terminated UTF8.
* Use a preorder encoding of the AST
* Efficient single-pass validation+compilation and polyfill
- * Allows context-dependent index spaces (described above)
* The data of a node (if there is any), is written immediately after the opcode and before child nodes
* The opcode statically determines what follows, so no generic metadata is necessary.
* Examples