Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 0a9b92e

Browse files
authored
Merge pull request #24 from WebAssembly/partially-fix-issue-18
Tweak naming in Binary.md
2 parents 2de9ac4 + 5472c2c commit 0a9b92e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/module-linking/Binary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Updates to
6969
[`importdesc`](https://webassembly.github.io/spec/core/binary/modules.html#binary-importdesc)
7070

7171
```
72-
# note that in MVP wasm this encoding specifies a zero-length field name, but
73-
# the following `0xff` byte is not a valid `importdesc` prefix, so this encoding
74-
# is invalid in MVP wasm
72+
# note that in MVP wasm this encoding specifies a zero-length `name` for the
73+
# second import string, but the following `0xff` byte is not a valid
74+
# `importdesc` prefix, so this encoding is invalid in MVP wasm
7575
import ::=
7676
...
77-
mod:name 0x00 0xff d:importdesc -> {module mod, desc d}
77+
nm:name 0x00 0xff d:importdesc -> {name nm, desc d}
7878
7979
importdesc ::=
8080
...

0 commit comments

Comments
 (0)