From 7bae10d324fd51a3a0f5b3185677787dbcd94663 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 31 Jul 2022 16:34:01 -0500 Subject: [PATCH] Update: Add musl-libc to webbing. --- webbing.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/webbing.html b/webbing.html index 909e4e8..0fdbdf4 100644 --- a/webbing.html +++ b/webbing.html @@ -65,6 +65,9 @@ + + +
+
+

Musl Libc

+
+ +
+

+ URL: https://musl.libc.org/. +

+

+ Provides an implementation of the standard libc. + This is considered, by Kevin Day, to be one of the better designed libc implementations out there. +

+

+ Consider using this Musl Libc over the more popular GNU C Library found at https://www.gnu.org/software/libc/. +

+
+
-- 1.8.3.1