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

test: Ensure that wasm-bindgen will generate move assertions #683

Merged
merged 1 commit into from
Jul 16, 2019

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Jul 16, 2019

wasm-bindgen regressed and only generates move assertions for free functions,
not methods. While wasm-bindgen is fixing that regression, we are changing
this test fixture to be of the shape that will still generate move assertions.

Fixes #677.

`wasm-bindgen` regressed and only generates move assertions for free functions,
not methods. While `wasm-bindgen` is fixing that regression, we are changing
this test fixture to be of the shape that will still generate move assertions.

Fixes rustwasm#677.
Copy link
Member

@ashleygwilliams ashleygwilliams left a comment

Choose a reason for hiding this comment

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

nice. i like the "is a debug js glue build" log

@ashleygwilliams ashleygwilliams added this to the 0.9.0 milestone Jul 16, 2019
@ashleygwilliams ashleygwilliams merged commit c2563ee into rustwasm:master Jul 16, 2019
@fitzgen fitzgen deleted the move-assertions branch July 16, 2019 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug flag not passed to wasm-bindgen-cli
2 participants