From 52e2b920c7ad5cbc2e8c71f194c7143f193d4457 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 3 Jun 2025 08:06:12 +0900 Subject: [PATCH] SetjmpLongjmp.md: warn about possible future changes --- SetjmpLongjmp.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SetjmpLongjmp.md b/SetjmpLongjmp.md index c7482e1..9034bd2 100644 --- a/SetjmpLongjmp.md +++ b/SetjmpLongjmp.md @@ -1,5 +1,10 @@ # C setjmp/longjmp support +WASI-SDK provides basic setjmp/longjmp support. + +Note that it's still under active development and may change in +future versions. + ## Build an application To build an application using setjmp/longjmp, you need two things: