weBIGeo / webigeo

Rendering system for weBIGeo.
GNU General Public License v3.0
4 stars 0 forks source link

Multithreading in WASM build #28

Closed GeraldKimmersdorfer closed 4 months ago

GeraldKimmersdorfer commented 4 months ago

Multithreading in the Web would decrease the stuttering. Given the high requirements for weBIGeo to run, it can probably be the default configuration. (Some browsers don't like it) The following steps may be necessary:

pkomon-tgm commented 4 months ago

Implemented in fdc6be87c4b069e6082fbcbd94e88b2627e0a7d5. Added setup instructions in README (+ workaround mentioned in https://github.com/emscripten-core/emscripten/issues/21844)