diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-10 09:02:25 +0200 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-10 09:02:25 +0200 |
| commit | 29e86447dab47e20252c12d684b877b15a74bd71 (patch) | |
| tree | bdfc6df645d32a6ecbc9352842a1514efa2f85f6 /BinaryEncoding.md | |
| parent | 2b1258a28e074ce4ad5db7d00d62b1ea6b152d4d (diff) | |
| parent | 6bd512eaa9982bb62b06be2d0bc6bc6636d3253e (diff) | |
| download | nanowasm-design-29e86447dab47e20252c12d684b877b15a74bd71.tar.gz | |
Merge pull request #123 from WebAssembly/portable
Define portability
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index bb9d339..d2f8fca 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -1,6 +1,6 @@ # Binary Encoding -This document describes the binary encoding of the +This document describes the [portable](Portability.md) binary encoding of the [Abstract Syntax Tree](AstSemantics.md) nodes. The binary encoding is designed to allow fast startup, which includes reducing |
