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

Implement parsing of tables with initializer expressions #823

Merged
merged 1 commit into from Nov 17, 2022

Commits on Nov 17, 2022

  1. Implement parsing of tables with initializer expressions

    The function references proposal adds initializer for tables when
    its type is non-nullable reference. The text format is extended
    with constant expression (which can have ref.func). The binary format
    adds `0x40 0x00` prefix to the table section entry to indicate expression
    presence.
    
    https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md
    yurydelendik committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    622323e View commit details
    Browse the repository at this point in the history