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
The recent sourcemap improvements in commit #23741 introduced a change in how wasm-sourcemap.py is invoked, now using python exec-ing python. This causes environment variables like PYTHONPATH to be dropped.
This creates issues when building in isolated environments like Bazel, where third-party dependencies are not in the standard paths and rely on PYTHONPATH.