Skip to content

Commit 1cc5ba0

Browse files
authored
Specify a restriction on order of event section (WebAssembly#62)
1 parent 7148890 commit 1cc5ba0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

proposals/Exceptions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,12 @@ appear immediately after the global section.
675675

676676
##### Event section
677677

678-
The `event` section is the named section 'event'. The event section declares a
679-
list of event types as follows:
678+
The `event` section is the named section 'event'. For ease of validation, this
679+
section comes after the [import
680+
section(https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md#import-section)
681+
and before the [export
682+
section](https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md#export-section).
683+
The event section declares a list of event types as follows:
680684

681685
| Field | Type | Description |
682686
|-------|------|-------------|

0 commit comments

Comments
 (0)