This commit is contained in:
Volker Berlin 2020-02-12 21:34:00 +01:00
parent 8379416cb8
commit 94f1a07d49

View File

@ -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();