Ver Fonte

* WebAssembly internal linker: reduced exe section alignment to 16 bytes

Nikolay Nikolov há 1 ano atrás
pai
commit
3218f25d13
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      compiler/ogwasm.pas

+ 1 - 0
compiler/ogwasm.pas

@@ -5137,6 +5137,7 @@ implementation
       begin
         inherited create;
         CObjData:=TWasmObjData;
+        SectionMemAlign:=16;
         MaxMemPos:=$FFFFFFFF;
         FFuncTypes:=TWasmFuncTypeTable.Create;
         for i in TWasmSectionID do