mirror of
https://github.com/lovell/sharp.git
synced 2025-12-06 03:51:40 +01:00
Remove -sWASM_BIGINT linker flag
Enabled by default since Emscripten 4.0.0, see commit: emscripten-core/emscripten@93d2f8d
This commit is contained in:
parent
b77c97067a
commit
16e248f93e
@ -210,8 +210,7 @@
|
|||||||
'-sENVIRONMENT=node',
|
'-sENVIRONMENT=node',
|
||||||
'-sEXPORTED_FUNCTIONS=["emnapiInit", "_vips_shutdown", "_uv_library_shutdown"]',
|
'-sEXPORTED_FUNCTIONS=["emnapiInit", "_vips_shutdown", "_uv_library_shutdown"]',
|
||||||
'-sNODERAWFS',
|
'-sNODERAWFS',
|
||||||
'-sWASM_ASYNC_COMPILATION=0',
|
'-sWASM_ASYNC_COMPILATION=0'
|
||||||
'-sWASM_BIGINT'
|
|
||||||
],
|
],
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'<!@(PKG_CONFIG_PATH="<!(node -p "require(\'@img/sharp-libvips-dev-wasm32/lib\')")/pkgconfig" pkg-config --static --libs vips-cpp)'
|
'<!@(PKG_CONFIG_PATH="<!(node -p "require(\'@img/sharp-libvips-dev-wasm32/lib\')")/pkgconfig" pkg-config --static --libs vips-cpp)'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user