From 2f8358bf7ca2bf48b10672baa12e742e24dcbeed Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 1 Jun 2022 15:26:53 -0700 Subject: [PATCH] Update wasi-libc to 30094b6ed05f19cee102115215863d185f2db4f0. - Fix utimensat to avoid passing uninitialized values into WASI calls. - Optimize memcpy etc. using bulk-memory - Update to musl 1.2.3. - Fix `gettimeofday` to correctly handle a null argument. - Remove support for `__original_main`. (#295) --- src/wasi-libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wasi-libc b/src/wasi-libc index 9886d3d62..30094b6ed 160000 --- a/src/wasi-libc +++ b/src/wasi-libc @@ -1 +1 @@ -Subproject commit 9886d3d6200fcc3726329966860fc058707406cd +Subproject commit 30094b6ed05f19cee102115215863d185f2db4f0