From 935fe1acd2fcd7ea4aed2d5ee4527482862b6344 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 28 Mar 2023 20:55:23 +0200 Subject: [PATCH] wasi-libc: update to include atomic barrier fix (#317) WebAssembly/wasi-libc#403 fixed an issue with `a_barrier` that should be included in the next release of wasi-sdk. This change updates wasi-libc to the latest `HEAD` of `main` to include it. --- src/wasi-libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasi-libc b/src/wasi-libc index f2a35a454..1dfe5c302 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit f2a35a454e8472b63831885daacc7f5fadd46747 +Subproject commit 1dfe5c302d1c5ab621f7abf04620fae92700fd22