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

Fix consuming a struct and returning a slice #662

Merged
merged 1 commit into from
Aug 7, 2018

Commits on Aug 7, 2018

  1. Fix consuming a struct and returning a slice

    This came up in a [recent comment][1] and it turns out we're accidentally
    generating two `const ptr = ...` declarations, invalid JS! While Node doesn't
    catch this it looks like firefox does.
    
    [1]: rustwasm#329 (comment)
    alexcrichton committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    0d18c8c View commit details
    Browse the repository at this point in the history