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 functions exported through //export #3845

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Commits on Jul 28, 2023

  1. wasm: fix functions exported through //export

    When a function is exported using //export, but also had a
    //go:wasm-module pragma, the //export name was ignored. The
    //go:wasm-module doesn't actually do anything besides breaking the
    export (exported functions don't have a module name).
    
    I've refactored and cleaned up the code, and in the process removed this
    weird edge case.
    aykevl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    39b877f View commit details
    Browse the repository at this point in the history