Skip to content

Commit f4863b9

Browse files
Update src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
Co-authored-by: Jubilee <[email protected]>
1 parent 09e9e1d commit f4863b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This option controls whether Rust uses the spec-compliant C ABI when compiling
44
for the `wasm32-unknown-unknown` target.
55

66
This makes it possible to be ABI-compatible with all other spec-compliant Wasm targets
7-
like Rust's `wasm32-wasip1`.
7+
like `wasm32-wasip1`.
88

99
This compiler flag is perma-unstable, as it will be enabled by default in the
1010
future with no option to fall back to the old non-spec-compliant ABI.

0 commit comments

Comments
 (0)