- Notifications
You must be signed in to change notification settings - Fork341
run ci on wasm32-unknown-unknown#852
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
.github/workflows/ci.yml Outdated
steps: | ||
- uses: actions/checkout@master | ||
- name: Install nightly with wasm32-unknown-unknown |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
probably should use stable for this, there are some current nightlies without wasm32 target support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
thanks
thanks, merged manually into#863 |
Uh oh!
There was an error while loading.Please reload this page.
The test failure on this branch represents an actual build error in 1.6.3 on wasm, breaking any wasm projects that depend on async-std. That build error is filed as#851. This PR tries to avoid this situation in the future by adding wasm to the async-std github CI.