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

Adding in async support for start #1905

Merged
merged 3 commits into from
Dec 9, 2019
Merged

Conversation

Pauan
Copy link
Contributor

@Pauan Pauan commented Dec 9, 2019

Fixes #1904

One issue with this PR is that the start-function UI test is supposed to error for foo5/foo6 (like how it does for foo_async3/foo_async4) but it doesn't error. I tried for several hours, but I couldn't figure out why.

@alexcrichton
Copy link
Contributor

Nice!

On one hand it'd be good to document this, but on the other hand I also don't think it really needs documentation since this is just being consistent with the rest of #[wasm_bindgen]. I'm also ok with the UI tests getting fixed over time (if possible), thanks for adding them though!

@alexcrichton alexcrichton merged commit 1c08e2b into rustwasm:master Dec 9, 2019
@Pauan Pauan deleted the async-start branch December 9, 2019 21:04
@daxpedda daxpedda mentioned this pull request Sep 9, 2022
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.

Support async functions for wasm_bindgen(start)
2 participants