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
Add support for non-nullable tables and init expressions (#8405)
Unignore previously ignored spec tests `instance.wast`,
`ref_is_null.wast`, `table.wast`, `i31.wast`, and `global.wast` which
now all pass. Also change the reason for ignoring `array.wast` as it
does not (and has not in the past, AFAICT) rely on non-nullable table
types.
This introduces a breaking change in the C API, as it adds an extra
argument to `addTable`. Update the changelog accordingly.
0 commit comments