Use modern -s command line lists

See: emscripten-core/emscripten@bb615a9
This commit is contained in:
Kleis Auke Wolthuizen 2025-08-26 10:33:58 +02:00 committed by Lovell Fuller
parent 8ceeda9ae9
commit 40be212bba

View File

@ -208,7 +208,7 @@
'-Oz',
'-sALLOW_MEMORY_GROWTH',
'-sENVIRONMENT=node',
'-sEXPORTED_FUNCTIONS=["emnapiInit", "_vips_shutdown", "_uv_library_shutdown"]',
'-sEXPORTED_FUNCTIONS=emnapiInit,_vips_shutdown,_uv_library_shutdown',
'-sNODERAWFS',
'-sWASM_ASYNC_COMPILATION=0'
],