From 88e64feda79f037bfb075097ecc312ab972f46dd Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 27 Mar 2023 21:32:16 +0200 Subject: [PATCH] wasi-libc: update to include atomic barrier fix 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 f2a35a4..1dfe5c3 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit f2a35a454e8472b63831885daacc7f5fadd46747 +Subproject commit 1dfe5c302d1c5ab621f7abf04620fae92700fd22