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

[Web] Fix dlink_enabled build #82633

Merged
merged 1 commit into from
Oct 2, 2023

Commits on Oct 1, 2023

  1. [Web] Fix dlink_enabled build

    After changing the default visibility to hidden to avoid generating
    thousands of import/export symbols (browsers have a hard limit of 10k),
    explicitly setting visibility for "boundary functions" (i.e. wasm
    callbacks called by JS via pointer) is required to ensure the function
    can be retrieved via pointer from the function table.
    Faless committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0bbadd6 View commit details
    Browse the repository at this point in the history