From 62c8075f9bd5726dc81bd9ef363147a52bf019ab Mon Sep 17 00:00:00 2001 From: KarlSchimpf Date: Wed, 8 Jun 2016 14:33:03 -0700 Subject: 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. --- BinaryEncoding.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BinaryEncoding.md') 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 -- cgit v1.2.3