Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix type interning during Wasm-to-CLIF translation #9374

Commits on Oct 4, 2024

  1. Fix type interning during Wasm-to-CLIF translation

    We were handling the case where we had fewer rec groups than types, in the case
    where a rec group defines multiple types, but were failing to handle the case
    when we have more rec groups than types due to empty rec groups.
    
    The fix is to bound the loop by the number of types, not the number of rec
    groups.
    fitzgen committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1ea2e1e View commit details
    Browse the repository at this point in the history