mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +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() );
|
||||
writeTableSection();
|
||||
writeMemorySection();
|
||||
writeSection( SectionType.Global, globals.values() );
|
||||
writeEventSection();
|
||||
writeSection( SectionType.Global, globals.values() );
|
||||
writeSection( SectionType.Export, exports );
|
||||
writeElementSection();
|
||||
writeCodeSection();
|
||||
|
Loading…
x
Reference in New Issue
Block a user