* increased the default max memory for WebAssembly threads to 256 MiB

This commit is contained in:
Nikolay Nikolov 2024-08-18 11:13:44 +03:00
parent 44f58c702f
commit a4608bd008

View File

@ -202,7 +202,7 @@ implementation
system_wasm32_wasi:
begin
if ts_wasm_threads in init_settings.targetswitches then
maxheapsize:=33554432
maxheapsize:=268435456
else
maxheapsize:=0;
end;