Skip to content

Commit 09e9e1d

Browse files
authored
Update src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
1 parent 42c6cee commit 09e9e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

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

0 commit comments

Comments
 (0)