You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments