mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
* set the default stack size for the WASI platform to 65536 bytes (this is the
default, used by the linker)
This commit is contained in:
parent
db980a5d18
commit
c910ec814c
@ -105,7 +105,7 @@ unit i_wasi;
|
||||
maxCrecordalign : 16
|
||||
);
|
||||
first_parm_offset : 0;
|
||||
stacksize : 262144;
|
||||
stacksize : 65536;
|
||||
stackalign : 4;
|
||||
abi : abi_default;
|
||||
llvmdatalayout : 'todo';
|
||||
|
Loading…
Reference in New Issue
Block a user