We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e9e1d commit f4863b9Copy full SHA for f4863b9
src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
@@ -4,7 +4,7 @@ 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`.
+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