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 a refactoring regression in emcc.py: the 'final' variable is a global, and we use it when save_intermediate. if we pass and return it to do_binaryen, then save_intermediate does not save the current final file, it saves the last one in the global 'final' var. not a user-noticeable difference, but in debugging it can be confusing (#5894)
exit_with_error('Unrecognized BINARYEN_METHOD "'+m.strip() +'" specified! Please pass a comma-delimited list containing one or more of: '+','.join(valid_methods))
0 commit comments