-
Notifications
You must be signed in to change notification settings - Fork 869
Open
Labels
Description
Hi, I'm interested in a WebAssembly build of PROJ.
The intention is to mitigate differences across PROJ and proj4js, by simply running PROJ in the browser.
I'm curious if there are known blockers to this.
I've previously managed to make large C++ codebases run online as WebAssembly.
It's sometimes a bit slow still, but there're are all the time small performance gains coming from improved browser support for wasm, and improvements in emscripten to leverage it.