diff options
| author | KarlSchimpf <karlschimpf@gmail.com> | 2016-06-08 14:33:03 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2016-06-08 14:33:03 -0700 |
| commit | 62c8075f9bd5726dc81bd9ef363147a52bf019ab (patch) | |
| tree | d099416225e7b826ed00d6e513a2b5b56e633792 /BinaryEncoding.md | |
| parent | fe30995024c050c6c28ebfc13dae6ed4297e8158 (diff) | |
| download | nanowasm-design-62c8075f9bd5726dc81bd9ef363147a52bf019ab.tar.gz | |
Propose possible future layer 1 compression design doc. (#705)
* Propose possible future layer 1 compression design doc.
* Change sentence to explicitly state that compression is a proposal.
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index c0eacf0..002d603 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -24,6 +24,11 @@ experimented with by application-level decompressing to the layer below. As compression techniques stabilize, they can be standardized and moved into native implementations. +See +[proposed layer 1 compression](https://github.com/WebAssembly/decompressor-prototype/blob/master/CompressionLayer1.md) +for a proposal for layer 1 structural compression. + + # Data types ### uint8 |
