Project

General

Profile

Bug #1880 ยป 0027-emscripten-Double-stack-size.patch

Marko Lindqvist, 03/14/2026 09:45 PM

View differences:

meson.build
add_global_link_arguments(
emscripten_use_args,
'-s', 'TOTAL_MEMORY=64MB',
'-sSTACK_SIZE=131072',
language : [ 'c', 'cpp'])
else
zlib_dep = c_compiler.find_library('z', dirs: cross_lib_path)
    (1-1/1)