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

wasm: fix symbol table index for archives #4188

Merged
merged 1 commit into from
Mar 18, 2024
Merged

wasm: fix symbol table index for archives #4188

merged 1 commit into from
Mar 18, 2024

Commits on Mar 13, 2024

  1. wasm: fix symbol table index for archives

    The symbol table was generated incorrectly. The correct way is to use
    the custom linking WebAssembly section, which I implemented in go-wasm
    for this purpose.
    
    This fixes #4114 and is a
    prerequisite for #4176.
    aykevl committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    884049a View commit details
    Browse the repository at this point in the history