mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 22:50:18 +02:00
* WebAssembly threads default maxheapsize constant changed to more readable form - 256*1024*1024 instead of 268435456
This commit is contained in:
parent
02867fe918
commit
4527365f0d
@ -202,7 +202,7 @@ implementation
|
||||
system_wasm32_wasi:
|
||||
begin
|
||||
if ts_wasm_threads in init_settings.targetswitches then
|
||||
maxheapsize:=268435456
|
||||
maxheapsize:=256*1024*1024
|
||||
else
|
||||
maxheapsize:=0;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user