Feature #1896 ยป 0036-emscripten-Add-asynchronous-support.patch
| meson.build | ||
|---|---|---|
|
emscripten_use_args,
|
||
|
'-s', 'TOTAL_MEMORY=64MB',
|
||
|
'-sSTACK_SIZE=131072',
|
||
|
'-sASYNCIFY',
|
||
|
language : [ 'c', 'cpp'])
|
||
|
else
|
||
|
zlib_dep = c_compiler.find_library('z', dirs: cross_lib_path)
|
||