-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update to the latest wasi-sysroot. #1342
Conversation
r? @gnzlbg (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit acd7ad8 has been approved by |
Update to the latest wasi-sysroot. - Rename `wasm32-unknown-wasi` to `wasm32-wasi`. - `__wasilibc_rmfileat` was renamed to `__wasilibc_unlinkat` - Add bindings for a few more functions and typedefs.
💔 Test failed - checks-travis |
This is blocked by #1337 which is blocked on this error:
|
This PR does not appear to modify the |
@gnzlbg this target is broken since 2019-05-11: https://rust-lang.github.io/rustup-components-history/wasm32-unknown-wasi.html |
@mati865 https://rust-lang.github.io/rustup-components-history/wasm32-wasi.html works, so maybe it was renamed? |
Ah that was rust-lang/rust#60585 So combining Ubuntu update and this PR (with small fix to download new name) should fix the CI. |
This needs to be rebased. |
☔ The latest upstream changes (presumably #1337) made this pull request unmergeable. Please resolve the merge conflicts. |
- Rename `wasm32-unknown-wasi` to `wasm32-wasi`. - `__wasilibc_rmfileat` was renamed to `__wasilibc_unlinkat` - Add bindings for a few more functions and typedefs.
@bors: r+ |
📌 Commit 215cd15 has been approved by |
Update to the latest wasi-sysroot. - Rename `wasm32-unknown-wasi` to `wasm32-wasi`. - `__wasilibc_rmfileat` was renamed to `__wasilibc_unlinkat` - Add bindings for a few more functions and typedefs.
☀️ Test successful - checks-cirrus, checks-travis, status-appveyor |
wasm32-unknown-wasi
towasm32-wasi
.__wasilibc_rmfileat
was renamed to__wasilibc_unlinkat