diff options
| author | Luke Wagner <luke@mozilla.com> | 2016-03-04 00:37:52 -0600 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2016-03-04 00:42:35 -0600 |
| commit | 8939858859294e927d7d29309044feee23909a03 (patch) | |
| tree | cc82ca383dc2d1db0b283a9051028cafe43ccee0 /BinaryEncoding.md | |
| parent | 8ba66de02f123ae647f018f4589ede031f72bbcb (diff) | |
| download | nanowasm-design-8939858859294e927d7d29309044feee23909a03.tar.gz | |
Remove non-null requirement
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 0b0f9ad..5083e08 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -253,7 +253,7 @@ sequence of names assigns a name to each function index. A name is: | Field | Type | Description | | ----- | ----- | ----- | | size | varuint32 | string length, in bytes | -| string | bytes | valid utf8-encoding of non-null code points | +| string | bytes | valid utf8 encoding | ### Local Names section @@ -277,7 +277,7 @@ This sequence assigns a name to every local index in every function. A name is: | Field | Type | Description | | ----- | ----- | ----- | | size | varuint32 | string length, in bytes | -| string | bytes | valid utf8-encoding of non-null code points | +| string | bytes | valid utf8 encoding | ### End section |
