We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c6cee commit d6352a8Copy full SHA for d6352a8
src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
@@ -3,8 +3,8 @@
3
This option controls whether Rust uses the spec-compliant C ABI when compiling
4
for the `wasm32-unknown-unknown` target.
5
6
-This makes it possible to be ABI-compatible with all other spec-compliant WASM targets
7
-like Rust's `wasm32-wasip1`.
+This makes it possible to be ABI-compatible with all other spec-compliant Wasm targets
+like `wasm32-wasip1`.
8
9
This compiler flag is perma-unstable, as it will be enabled by default in the
10
future with no option to fall back to the old non-spec-compliant ABI.
0 commit comments