diff options
| author | Luke Wagner <mail@lukewagner.name> | 2015-05-07 22:01:16 -0500 |
|---|---|---|
| committer | Luke Wagner <mail@lukewagner.name> | 2015-05-08 09:07:12 -0500 |
| commit | 6b877dd831586144ce3854bcb5963949b01e2301 (patch) | |
| tree | 0cc64605b73da4f3a2f612d712450957467bfa3c /BinaryEncoding.md | |
| parent | 04067d07993830410958f72e144ef517f0a28956 (diff) | |
| download | nanowasm-design-6b877dd831586144ce3854bcb5963949b01e2301.tar.gz | |
Tidy up HighLevelGoals
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 34e106b..8a9d9d1 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -83,10 +83,6 @@ as a starting point for defining a real standard binary format.* ## Backwards Compatibility -Restating the relevant [high-level goal](HighLevelGoals.md): "Design to maintain the versionless, -feature-testing and backwards-compatible evolution story of the web; engines should not need -multiple, versioned decoders". - As explained above, for size- and decode-efficiency, the binary format will serialize AST nodes, their contents and children using dense integer indices and without any kind of embedded metadata or tagging. This raises the question of how to reconcile the efficient encoding with the |
