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
After upgrade Emscripten from 1.35 to 1.37, the JS code generate by -g4 has no local variable name info, it looks like they were minimized when compiled to BC. Is there any method to keep these info?
Thanks.