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

Eliminate duplicate types in the type section #986

Merged
merged 1 commit into from
Oct 29, 2018

Commits on Oct 29, 2018

  1. Eliminate duplicate types in the type section

    This commit updates the `wasm-gc` pass of wasm-bindgen to eliminate
    duplicate types in the type section, effectively enabling a gc of the
    type section itself. The main purpose here is ensure that code generated
    by `wasm-bindgen` itself doesn't have to go too far out of its way to
    deduplicate at generation time, but rather it can rely on the gc pass to
    clean up.
    
    Note that this currently depends on paritytech/parity-wasm#231, but this
    can be updated if that ends up not landing.
    alexcrichton committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    27001a2 View commit details
    Browse the repository at this point in the history