diff options
| author | titzer <titzer@google.com> | 2015-12-08 11:41:21 +0100 |
|---|---|---|
| committer | titzer <titzer@google.com> | 2015-12-08 11:41:21 +0100 |
| commit | afdddccee15cda2de10d0dd7880103f55d22cb3d (patch) | |
| tree | 0b00394e528562068e24b92481873fe2936862e6 /BinaryEncoding.md | |
| parent | b621477e213c9ad8e276239e1f7c44aea85fe55b (diff) | |
| download | nanowasm-design-afdddccee15cda2de10d0dd7880103f55d22cb3d.tar.gz | |
Update 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..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). |
