From f4863b90e49226efbfd03488456845fbb5b440db Mon Sep 17 00:00:00 2001 From: kadenlnelson <79232167+kadenlnelson@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:36:13 -0600 Subject: [PATCH] Update src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md Co-authored-by: Jubilee --- src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md b/src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md index e72be021855ac..4dd8d9707d460 100644 --- a/src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md +++ b/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 for the `wasm32-unknown-unknown` target. This makes it possible to be ABI-compatible with all other spec-compliant Wasm targets -like Rust's `wasm32-wasip1`. +like `wasm32-wasip1`. This compiler flag is perma-unstable, as it will be enabled by default in the future with no option to fall back to the old non-spec-compliant ABI.