From 3d4ea12dbee832e92a4734c938fa980395f59da3 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 29 Jan 2026 16:47:40 -0500 Subject: [PATCH] Update wasi-libc (#584) Removes the `_start` export for the `wasm32-wasip2` target, purging the use of the adapter. --- cmake/wasi-sdk-sysroot.cmake | 1 - src/wasi-libc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/wasi-sdk-sysroot.cmake b/cmake/wasi-sdk-sysroot.cmake index 5bd04bb..72088d9 100644 --- a/cmake/wasi-sdk-sysroot.cmake +++ b/cmake/wasi-sdk-sysroot.cmake @@ -173,7 +173,6 @@ function(define_wasi_libc_sub target target_suffix lto) -DCMAKE_C_FLAGS=${extra_cflags} -DBUILTINS_LIB=${libcompiler_rt_a} -DUSE_WASM_COMPONENT_LD=OFF - -DBINDINGS_TARGET=OFF -DWASI_SDK_VERSION=${wasi_sdk_version} DEPENDS compiler-rt EXCLUDE_FROM_ALL ON diff --git a/src/wasi-libc b/src/wasi-libc index 6036a9f..ec0effd 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit 6036a9f3e349315faba2732a32508d5dc9d6d928 +Subproject commit ec0effd769df5f05b647216578bcf5d3b5449725