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
Currently we need two patches on top of upstream wasm bindgen:
Lazy thread locals in js-sys that assume there is one javascript context per thread. We have many contexts per thread with multi-window desktop apps. Reuse LazyCell in js-sys wasm-bindgen/wasm-bindgen#5172 moves the lazy logic into core and lets us remove the patch
Currently we need two patches on top of upstream wasm bindgen: