kleisauke / wasm-vips

libvips for the browser and Node.js, compiled to WebAssembly with Emscripten.
https://kleisauke.github.io/wasm-vips/
MIT License
463 stars 25 forks source link

Disable linking auto-libraries #31

Closed RReverser closed 1 year ago

RReverser commented 1 year ago

wasm-vips doesn't depend on any of those implicitly linked libraries (HTML5, OpenAL, OpenGL, etc.), and it does modify Emscripten checkout, so this shaves off some time spent by emcc rebuilding artifacts we don't use anyway.