robertknight / tesseract-wasm

JS/WebAssembly build of the Tesseract OCR engine for use in browsers and Node
https://robertknight.github.io/tesseract-wasm/
BSD 2-Clause "Simplified" License
264 stars 27 forks source link

peg all dependency versions for deterministic building #63

Open wydengyre opened 2 years ago

wydengyre commented 2 years ago

There may be others but currently:

It might be worth looking into a tool like Earthly to produce deterministic builds that are identical when developing locally or using CI, but that could be treated as a separate issue.