Skip to content

Commit b7a78e9

Browse files
committed
Add compiler date
1 parent 497b6fd commit b7a78e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ 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 the most recent Nightly
197+
The best way to test your crate is to compile with a `nightly-2025-03-27`
198198
compiler, 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.

0 commit comments

Comments
 (0)