cherry

wcohen 2024-12-16T01:58:49.887639Z

Initial build of cherry/wasm build of PROJ is now available on NPM, marking the first availability of proj in WASM form for the JS ecosystem: https://www.npmjs.com/package/proj-wasm

borkdude 2024-12-16T09:26:03.051719Z

I think I'm missing how cherry is used in this project? https://github.com/search?q=repo%3Awillcohen%2Fclj-proj%20cherry&type=code

wcohen 2024-12-16T10:57:37.465249Z

Right — the entire primary namespace is cljc: https://github.com/willcohen/clj-proj/blob/main/src/cljc/net/willcohen/proj/proj.cljc The proj-wasm NPM package is just the result of building it with cherry: https://github.com/willcohen/clj-proj/blob/main/scripts/3-build-proj-npm.sh

👍 1