Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
Browse files Browse the repository at this point in the history
kadenlnelson authored Nov 9, 2024
1 parent 42c6cee commit 09e9e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
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 targets
This makes it possible to be ABI-compatible with all other spec-compliant Wasm targets
like Rust's `wasm32-wasip1`.

This compiler flag is perma-unstable, as it will be enabled by default in the

0 comments on commit 09e9e1d

Please sign in to comment.