- Updated the
deps/libgphoto2submodule to track the officialgphoto/libgphoto2repository and the latestmastercommit (a209fc7061903246ce3e6a74b05a3289dbb2b7b1). - Added
patches/libgphoto2-emscripten.patchand wired it into the build so our Emscripten-specific tweaks are applied automatically before configuring libgphoto2. - Taught the Makefile to detect the generated
ptp2.laandusb1.lapaths dynamically, avoiding hard-coded version directories when linking the wasm module. - Included the
patchpackage in the Docker toolchain image to support patch application duringnpm run build:wasm. - Regenerated
build/libapi.wasmagainst libgphoto2 2.5.32.1 / libgphoto2_port 0.12.2 using the refreshed toolchain.