mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Put event section before global sectionhttps://github.com/WebAssembly/exception-handling/pull/100#event-3027557988
This commit is contained in:
parent
8379416cb8
commit
94f1a07d49
@ -126,8 +126,8 @@ public class BinaryModuleWriter extends ModuleWriter implements InstructionOpcod
|
|||||||
writeSection( SectionType.Function, functions.values() );
|
writeSection( SectionType.Function, functions.values() );
|
||||||
writeTableSection();
|
writeTableSection();
|
||||||
writeMemorySection();
|
writeMemorySection();
|
||||||
writeSection( SectionType.Global, globals.values() );
|
|
||||||
writeEventSection();
|
writeEventSection();
|
||||||
|
writeSection( SectionType.Global, globals.values() );
|
||||||
writeSection( SectionType.Export, exports );
|
writeSection( SectionType.Export, exports );
|
||||||
writeElementSection();
|
writeElementSection();
|
||||||
writeCodeSection();
|
writeCodeSection();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user