You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use fresh workers for labelmap read/write to avoid WASM heap overflow
Replace resetWorker() (which terminated the shared ITK-wasm worker while
in-flight operations still referenced it) with per-labelmap temporary
workers. Each labelmap read/write gets its own fresh worker with a clean
WASM heap, avoiding the 2GB signed pointer overflow in Emscripten without
disrupting any concurrent operations on the shared worker.
0 commit comments