* 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:
Nikolay Nikolov 2022-07-14 20:56:11 +03:00
parent db980a5d18
commit c910ec814c

View File

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