diff options
| author | Ben Smith <binjimin@gmail.com> | 2019-01-23 15:13:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-23 15:13:34 -0800 |
| commit | 89114760b703bc6520fb2b913b0f25a9f7aac32d (patch) | |
| tree | 138a3d3e8586a9545880a7385f3d31462c2e6c65 /BinaryEncoding.md | |
| parent | 7ac534710eaee39e26ed8e768906dfae2886e989 (diff) | |
| download | nanowasm-design-89114760b703bc6520fb2b913b0f25a9f7aac32d.tar.gz | |
Add links redirecting users to the formal spec (#1260)
See issue #1258.
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index fba2997..f0ec70f 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -1,5 +1,7 @@ # Binary Encoding +## Note: This document is no longer being updated. Please see the [normative documentation](http://webassembly.github.io/spec/core/binary/index.html). + This document describes the [portable](Portability.md) binary encoding of the WebAssembly modules. The binary encoding is a dense representation of module information that enables |
