Skip to content

Commit 7f27813

Browse files
backesioannad
authored andcommitted
Fix inconsistency in section order (WebAssembly#103)
In WebAssembly#90 it was decided to move the event section between memory section and global section. This change is reflected in the next paragraph, but not in the introduction.
1 parent b763423 commit 7f27813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/Exceptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ or defined:
414414
#### High-level structure
415415

416416
A new `event` section is introduced and is named `event`. If included, it must
417-
appear immediately after the global section.
417+
appear immediately after the memory section.
418418

419419
##### Event section
420420

0 commit comments

Comments
 (0)