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

Minor webidl binder fixes #21152

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Minor webidl binder fixes #21152

merged 1 commit into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. Minor webidl binder fixes

    Split out from emscripten-core#21151.
    
    The only semantic change here is the fix the type of second argument to
    to the array member getter function (previously it was using
    `m.type` which is the array type itself, but that second argument to the
    setter function is actually the inner type `m.type.inner`.
    
    This enables the type of this argument to be checked correctly, which in
    turn required a minor fix to the test case.  This only effects
    `IDL_CHECKS=all` builds.
    sbc100 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c782f8d View commit details
    Browse the repository at this point in the history