From 7ef7e948fa8c12e61c78b9584b29b7a41c611740 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 27 Jan 2023 16:36:32 -0800 Subject: [PATCH] Update wasi-libc to latest HEAD (#290) * Update wasi-libc to latest HEAD This pulls in a variety of changes, many of them related to enabling threads in wasi-libc. There may be more changes necessary before releasing a prelease version of wasi-sdk that supports the new `wasm32-wasi-threads` target, but this should get the majority of them. * review: incorporate WebAssembly/wasi-libc#324 --- src/wasi-libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasi-libc b/src/wasi-libc index a1c7c2c..b481499 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit a1c7c2c7a4b2813c6f67bd2ef6e0f430d31cebad +Subproject commit b4814997f61ee352d8c1ae397561a813fb30c701