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

wasm2es6js: Fix handling of exported imports #1064

Merged
merged 1 commit into from
Nov 30, 2018

Conversation

alexcrichton
Copy link
Contributor

This commit fixes a case in wasm2es6js where if an imported function
was reexported it wasn't handled correctly. This doesn't have a direct
test but came up during the development of #1002

This commit fixes a case in `wasm2es6js` where if an imported function
was reexported it wasn't handled correctly. This doesn't have a direct
test but came up during the development of rustwasm#1002
@alexcrichton alexcrichton requested a review from fitzgen November 29, 2018 20:20
Copy link
Member

@sendilkumarn sendilkumarn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ it @alexcrichton

@sendilkumarn sendilkumarn merged commit fbad34a into rustwasm:master Nov 30, 2018
@alexcrichton alexcrichton deleted the wasm2es6js-imports branch November 30, 2018 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants