Skip to content

Commit

Permalink
Change event section code to 13 (WebAssembly#75)
Browse files Browse the repository at this point in the history
We decided to change the event section code from 12 to 13 in WebAssembly#70 as the
new DataCount section in the bulk memory operations proposal will take
the code 12 instead.
  • Loading branch information
aheejin authored Dec 6, 2018
1 parent 3c7f11a commit 7a079d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ So the list of all sections will be:
| Table | `4` | Indirect function table and other tables |
| Memory | `5` | Memory attributes |
| Global | `6` | Global declarations |
| Event | `12` | Event declarations |
| Event | `13` | Event declarations |
| Export | `7` | Exports |
| Start | `8` | Start function declaration |
| Element | `9` | Elements section |
Expand Down

0 comments on commit 7a079d4

Please sign in to comment.