Explorar o código

* set the default stack size for the WASI platform to 65536 bytes (this is the
default, used by the linker)

Nikolay Nikolov %!s(int64=3) %!d(string=hai) anos
pai
achega
c910ec814c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/i_wasi.pas

+ 1 - 1
compiler/systems/i_wasi.pas

@@ -105,7 +105,7 @@ unit i_wasi;
                 maxCrecordalign : 16
               );
             first_parm_offset : 0;
-            stacksize   : 262144;
+            stacksize   : 65536;
             stackalign   : 4;
             abi          : abi_default;
             llvmdatalayout : 'todo';