Skip to content

Commit 439130d

Browse files
committed
Update wording
1 parent ddda3bb commit 439130d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/c-abi-changes-for-wasm32-unknown-unknown.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ To determine the impact to your project there are a few tools at your disposal:
194194
Code can use `-Zwasm-c-abi=spec` to use the standard definition of the C ABI
195195
for a crate to test out if changes work.
196196

197-
The best way to test your crate is to compile with a `nightly-2025-03-27`
198-
compiler, ensure there are no warnings, and then test your project still works
197+
The best way to test your crate is to compile with `nightly-2025-03-27`
198+
or later, ensure there are no warnings, and then test your project still works
199199
with `-Zwasm-c-abi=spec`. If all that passes then you're good to go and the
200200
upcoming change to the C ABI will not affect your project.
201201

0 commit comments

Comments
 (0)