From b928d3caca2306ead45dc69dfa176fc414d40fcd Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 5 Jun 2026 13:14:53 -0700 Subject: [PATCH] Adjust WASIp3 exit-with-code to "stable" The intention is that this'll ride the next snapshot/stable release just like the 0.2.12 counterpart. --- proposals/cli/wit-0.3.0-draft/exit.wit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/cli/wit-0.3.0-draft/exit.wit b/proposals/cli/wit-0.3.0-draft/exit.wit index 81147616..24e337d5 100644 --- a/proposals/cli/wit-0.3.0-draft/exit.wit +++ b/proposals/cli/wit-0.3.0-draft/exit.wit @@ -12,6 +12,6 @@ interface exit { /// /// This function does not return; the effect is analogous to a trap, but /// without the connotation that something bad has happened. - @unstable(feature = cli-exit-with-code) + @since(version = 0.3.0-rc-2026-03-15) exit-with-code: func(status-code: u8); }