From 461b5662553bcf8f0056314748599eb180fac331 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 11 Oct 2024 15:24:59 -0700 Subject: [PATCH 1/2] Update to the latest wasi-libc. This contains two significant changes: - Implement a stub pthreads library for `THREAD_MODEL=single` (#518) - Initial FTS support (#522) --- src/wasi-libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasi-libc b/src/wasi-libc index 1b19fc65a..a05277a68 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit 1b19fc65ad84b223876c50dd4fcd7d5a08c311dc +Subproject commit a05277a6803d99dc5f8d5c250a02cf37ff90882a From 7f1399361e49fe149454fd04f49146035de04c25 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Tue, 29 Oct 2024 09:32:26 +0000 Subject: [PATCH 2/2] Update to the latest wasi-libc with build fix This update includes a build fix for shared library builds. --- src/wasi-libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasi-libc b/src/wasi-libc index a05277a68..98897e29f 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit a05277a6803d99dc5f8d5c250a02cf37ff90882a +Subproject commit 98897e29fcfc81e2b12e487e4154ac99188330c4