@@ -234,7 +234,7 @@ The type section declares all function signatures that will be used in the modul
234
234
| Field | Type | Description |
235
235
| ----- | ---- | ----------- |
236
236
| 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 ) |
238
238
239
239
Note: In the [ future :unicorn : ] [ future types ] ,
240
240
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):
301
301
| Field | Type | Description |
302
302
| ----- | ----- | ----- |
303
303
| 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 ) |
305
305
306
306
In the MVP, the number of tables must be no more than 1.
307
307
@@ -314,7 +314,7 @@ The encoding of a [Memory section](Modules.md#linear-memory-section):
314
314
| Field | Type | Description |
315
315
| ----- | ----- | ----- |
316
316
| 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 ) |
318
318
319
319
Note that the initial/maximum fields are specified in units of
320
320
[ WebAssembly pages] ( Semantics.md#linear-memory ) .
0 commit comments