This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -414,10 +414,10 @@ appear immediately after the global section.
414
414
##### Event section
415
415
416
416
The ` event ` section is the named section 'event'. For ease of validation, this
417
- section comes after the [ global
418
- section] ( https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md#global -section )
419
- and before the [ export
420
- section] ( https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md#export -section ) .
417
+ section comes after the [ memory
418
+ section] ( https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md#memory -section )
419
+ and before the [ global
420
+ section] ( https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md#global -section ) .
421
421
So the list of all sections will be:
422
422
423
423
| Section Name | Code | Description |
@@ -427,8 +427,8 @@ So the list of all sections will be:
427
427
| Function | ` 3 ` | Function declarations |
428
428
| Table | ` 4 ` | Indirect function table and other tables |
429
429
| Memory | ` 5 ` | Memory attributes |
430
- | Global | ` 6 ` | Global declarations |
431
430
| Event | ` 13 ` | Event declarations |
431
+ | Global | ` 6 ` | Global declarations |
432
432
| Export | ` 7 ` | Exports |
433
433
| Start | ` 8 ` | Start function declaration |
434
434
| Element | ` 9 ` | Elements section |
You can’t perform that action at this time.
0 commit comments