Skip to content

Commit 6a35951

Browse files
committed
separate header
1 parent 43db5e7 commit 6a35951

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/Rust-1.89.0.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,14 @@ For users, nothing will change. Builds of both the standard library and the comp
168168
[gha-sunset]: https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down
169169
[rfc]: https://github.com/rust-lang/rfcs/pull/3841
170170

171+
### Standards Compliant C ABI on the `wasm32-unknown-unknown` target
172+
173+
`extern "C"` functions on the `wasm32-unknown-unknown` target now have a standards compliant ABI. See ["C ABI changes for wasm32-unknown-unknown"]((https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown/)) for more information.
174+
171175
### Platform Support
172176

173177
- [`x86_64-apple-darwin` is in the process of being demoted to Tier 2 with host tools](https://github.com/rust-lang/rfcs/pull/3841)
174178
- [Add new Tier-3 targets `loongarch32-unknown-none` and `loongarch32-unknown-none-softfloat`](https://github.com/rust-lang/rust/pull/142053)
175-
- [WASM's C abi is now spec compliant](https://github.com/rust-lang/rust/pull/133952)
176179

177180
Refer to Rust’s [platform support page][platform_support_page] for more information on Rust’s tiered platform support.
178181

0 commit comments

Comments
 (0)