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

Be sure to GC our imports as well as the module #1617

Merged
merged 1 commit into from
Jun 23, 2019

Commits on Jun 23, 2019

  1. Be sure to GC our imports as well as the module

    After a module goes through its primary GC pass we need to look over the
    set of remaining imports and use that to prune the set of imports that
    we're binding.
    
    Closes rustwasm#1613
    alexcrichton committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    2e03961 View commit details
    Browse the repository at this point in the history