kleisauke / wasm-vips

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

Allow using the build script to just build libvips #39

Closed RReverser closed 1 year ago

RReverser commented 1 year ago

These are some of my last custom patches.

They allow to piggy-back on wasm-vips build script to just build & install libvips itself, optionally with C++ bindings, in the designated sysroot.

I understand it might be not very interesting for wasm-vips itself, since this explicitly disables bindings, but it allows to more easily reuse a WebAssembly build of libvips in other projects.