diff options
| author | Ben Smith <binjimin@gmail.com> | 2017-03-08 03:53:50 -0800 |
|---|---|---|
| committer | titzer <titzer@google.com> | 2017-03-08 12:53:50 +0100 |
| commit | 5ecec31c0f2f8c1dc8e9c019e1af8c6807e5351b (patch) | |
| tree | 7970ae637150467441a70b4fa133f0891bc40c1c /BinaryEncoding.md | |
| parent | 46955ec21f9f2b1561b78664e557e22d8276e6c9 (diff) | |
| download | nanowasm-design-5ecec31c0f2f8c1dc8e9c019e1af8c6807e5351b.tar.gz | |
Clarify the flags value in resizable_limits (#1008)
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 8327a88..5c59b35 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -157,7 +157,7 @@ A packed tuple that describes the limits of a | Field | Type | Description | | ----- | ----- | ----- | -| flags | `varuint1` | set if the maximum field is present | +| flags | `varuint1` | `1` if the maximum field is present, `0` otherwise | | initial | `varuint32` | initial length (in units of table elements or wasm pages) | | maximum | `varuint32`? | only present if specified by `flags` | |
