diff options
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..bc642f1 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). |
