diff options
| author | titzer <titzer@google.com> | 2016-01-15 17:54:32 +0100 |
|---|---|---|
| committer | titzer <titzer@google.com> | 2016-01-15 17:54:32 +0100 |
| commit | c8c42d6b725a0ae804ce618d687eeb4180a3c6d5 (patch) | |
| tree | 03fd4247ad104704479a535656191eade6bfde73 /BinaryEncoding.md | |
| parent | 7b7ae952bebf75f63afb45ae1d2432449c6db34c (diff) | |
| parent | 1cb42b8065c2571c2af4b8dcaa925657071697dd (diff) | |
| download | nanowasm-design-c8c42d6b725a0ae804ce618d687eeb4180a3c6d5.tar.gz | |
Merge pull request #496 from WebAssembly/binary_format
Add a proposal to BinaryEncoding.md
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 1e80f71..16dc15f 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -153,3 +153,8 @@ conflict-avoidance practices surrounding string names: or affect anything outside of the initialization of the index spaces; decoders would remain versionless and simply add cases for new *names* (as with current JavaScript parsers). +## Proposals + +The native prototype built for [V8](https://github.com/WebAssembly/v8-native-prototype) +implements a binary format that embodies most, but not all of the ideas in this document. +It is described in detail in a [public design doc](https://docs.google.com/a/google.com/document/d/1761v1AfhFM5kE8NArF_PyXcl-iVh0Dx3InOrmcyIoiI/pub) and a [copy of the original](https://docs.google.com/document/d/1-G11CnMA0My20KI9D7dBR6ZCPOBCRD0oCH6SHCPFGx0/edit?usp=sharing). |
