Remove -sWASM_BIGINT linker flag

Enabled by default since Emscripten 4.0.0, see commit:
emscripten-core/emscripten@93d2f8d
This commit is contained in:
Kleis Auke Wolthuizen 2025-08-26 10:29:31 +02:00 committed by Lovell Fuller
parent b77c97067a
commit 16e248f93e

View File

@ -210,8 +210,7 @@
'-sENVIRONMENT=node',
'-sEXPORTED_FUNCTIONS=["emnapiInit", "_vips_shutdown", "_uv_library_shutdown"]',
'-sNODERAWFS',
'-sWASM_ASYNC_COMPILATION=0',
'-sWASM_BIGINT'
'-sWASM_ASYNC_COMPILATION=0'
],
'libraries': [
'<!@(PKG_CONFIG_PATH="<!(node -p "require(\'@img/sharp-libvips-dev-wasm32/lib\')")/pkgconfig" pkg-config --static --libs vips-cpp)'