Skip to content

Commit

Permalink
Update grammar in wasm-c-abi's compiler flag documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Jubilee <[email protected]>
  • Loading branch information
kadenlnelson and workingjubilee committed Nov 10, 2024
1 parent 328b759 commit 2ac1c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2ac1c18

Please sign in to comment.