From 928de059c58d4848df2df9010458cab9b1ac71aa Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Mon, 28 Jul 2025 01:21:49 +0000 Subject: [PATCH] [wasm] Update wasi-libc to version 27 This release includes various fixes and features, including: * Fix for too conservative incremental builds https://github.com/WebAssembly/wasi-libc/commit/eadb436d5c09f7983c3a687086e5af6b6e9f5510 * Opt-in busywait mode for futexes https://github.com/WebAssembly/wasi-libc/pull/562 * Musl update from 1.2.3 to 1.2.5 https://github.com/WebAssembly/wasi-libc/pull/557 --- utils/update_checkout/update-checkout-config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 983d003595f77..e5895721c58ac 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -172,7 +172,7 @@ "swift-nio": "2.65.0", "swift-experimental-string-processing": "swift/main", "swift-sdk-generator": "main", - "wasi-libc": "wasi-sdk-25", + "wasi-libc": "wasi-sdk-27", "wasmkit": "0.1.2", "curl": "curl-8_9_1", "libxml2": "v2.11.5", @@ -489,7 +489,7 @@ "swift-nio": "2.65.0", "swift-experimental-string-processing": "swift/main", "swift-sdk-generator": "main", - "wasi-libc": "wasi-sdk-25", + "wasi-libc": "wasi-sdk-27", "wasmkit": "0.1.2", "curl": "curl-8_9_1", "libxml2": "v2.11.5", @@ -539,7 +539,7 @@ "swift-installer-scripts": "main", "swift-nio": "2.65.0", "swift-experimental-string-processing": "swift/main", - "wasi-libc": "wasi-sdk-25", + "wasi-libc": "wasi-sdk-27", "wasmkit": "0.1.2", "curl": "curl-8_9_1", "libxml2": "v2.11.5",