Rollup merge of #132824 - kadenlnelson:patch/wasi-c-abi-doc, r=workingjubilee

Update grammar in wasm-c-abi's compiler flag documentation

This PR adjusts the grammar of the `wasm-c-abi` compiler flag documentation. See the inline comments within the PR for details.
This commit is contained in:
Jubilee 2024-11-09 20:28:45 -08:00 committed by GitHub
commit b93b0c7011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@
This option controls whether Rust uses the spec-compliant C ABI when compiling
for the `wasm32-unknown-unknown` target.
This makes it possible to be ABI-compatible with all other spec-compliant Wasm
like Rusts `wasm32-wasip1`.
This makes it possible to be ABI-compatible with all other spec-compliant Wasm targets
like `wasm32-wasip1`.
This compiler flag is perma-unstable, as it will be enabled by default in the
future with no option to fall back to the old non-spec-compliant ABI.