Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix two cases of non-deterministic iteration #2304

Merged
merged 2 commits into from
Sep 9, 2020

Commits on Sep 8, 2020

  1. Fix two cases of non-deterministic iteration

    This commit fixes an issue of nondeterministic JS generation when
    closures were used, updating a few iterations of hash maps to iterate in
    a sorted manner rather than via the raw internal order.
    
    Closes rustwasm#2302
    alexcrichton committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b395b12 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    e82875e View commit details
    Browse the repository at this point in the history