diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-09 11:27:11 +0200 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-09 11:27:11 +0200 |
| commit | 01676f85cbb672aa1199e35e2a83a480aacff20e (patch) | |
| tree | b37f602b4fe607959ebe38dd616bb130562c4195 /BinaryEncoding.md | |
| parent | 6db31519e7e64cf8e5559962e176c1c0a05cd765 (diff) | |
| download | nanowasm-design-01676f85cbb672aa1199e35e2a83a480aacff20e.tar.gz | |
Define portability
Address issue #38.
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index e605ea5..589c1d3 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -1,7 +1,9 @@ # Binary Encoding -This document describes the binary encoding of the AST nodes defined in the [AST semantics](AstSemantics.md). -For the context of this document, see the [Binary format](MVP.md#binary-format) section of the [MVP doc](MVP.md). +This document describes the [portable](Portability.md) binary encoding of the +AST nodes defined in the [AST semantics](AstSemantics.md). For the context of +this document, see the [Binary format](MVP.md#binary-format) section of the +[MVP doc](MVP.md). The binary encoding is designed to allow fast startup, which includes reducing download size and allow for quick decoding. Considering the matter of reducing download size, we can see |
