Remove -sTEXTDECODER=0 linker flag

See: emscripten-core/emscripten@b490c44
This commit is contained in:
Kleis Auke Wolthuizen 2025-08-26 10:28:16 +02:00 committed by Lovell Fuller
parent 660bbdb1c0
commit b77c97067a

View File

@ -210,7 +210,6 @@
'-sENVIRONMENT=node', '-sENVIRONMENT=node',
'-sEXPORTED_FUNCTIONS=["emnapiInit", "_vips_shutdown", "_uv_library_shutdown"]', '-sEXPORTED_FUNCTIONS=["emnapiInit", "_vips_shutdown", "_uv_library_shutdown"]',
'-sNODERAWFS', '-sNODERAWFS',
'-sTEXTDECODER=0',
'-sWASM_ASYNC_COMPILATION=0', '-sWASM_ASYNC_COMPILATION=0',
'-sWASM_BIGINT' '-sWASM_BIGINT'
], ],