We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7148890 commit 1cc5ba0Copy full SHA for 1cc5ba0
proposals/Exceptions.md
@@ -675,8 +675,12 @@ appear immediately after the global section.
675
676
##### Event section
677
678
-The `event` section is the named section 'event'. The event section declares a
679
-list of event types as follows:
+The `event` section is the named section 'event'. For ease of validation, this
+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:
684
685
| Field | Type | Description |
686
|-------|------|-------------|
0 commit comments