Skip to content

Commit 16265e1

Browse files
Clemens Hammacherjfbastien
authored andcommitted
Add links for definitions far away (#1038)
Also, replace "below" by "above" if appropriate.
1 parent ef8db8f commit 16265e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BinaryEncoding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The type section declares all function signatures that will be used in the modul
234234
| Field | Type | Description |
235235
| ----- | ---- | ----------- |
236236
| count | `varuint32` | count of type entries to follow |
237-
| entries | `func_type*` | repeated type entries as described below |
237+
| entries | `func_type*` | repeated type entries as described [above](#func_type) |
238238

239239
Note: In the [future :unicorn:][future types],
240240
this section may contain other forms of type entries as well, which can be distinguished by the `form` field of the type encoding.
@@ -301,7 +301,7 @@ The encoding of a [Table section](Modules.md#table-section):
301301
| Field | Type | Description |
302302
| ----- | ----- | ----- |
303303
| count | `varuint32` | indicating the number of tables defined by the module |
304-
| entries | `table_type*` | repeated `table_type` entries as described below |
304+
| entries | `table_type*` | repeated `table_type` entries as described [above](#table_type) |
305305

306306
In the MVP, the number of tables must be no more than 1.
307307

@@ -314,7 +314,7 @@ The encoding of a [Memory section](Modules.md#linear-memory-section):
314314
| Field | Type | Description |
315315
| ----- | ----- | ----- |
316316
| count | `varuint32` | indicating the number of memories defined by the module |
317-
| entries | `memory_type*` | repeated `memory_type` entries as described below |
317+
| entries | `memory_type*` | repeated `memory_type` entries as described [above](#memory_type) |
318318

319319
Note that the initial/maximum fields are specified in units of
320320
[WebAssembly pages](Semantics.md#linear-memory).

0 commit comments

Comments
 (0)