From 4f6cb84675c22813202abc1ac8ff5adbbbb481a1 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Thu, 25 May 2023 19:08:58 +0800 Subject: [PATCH] Fixing missing millis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e98fc..7a5ded9 100644 --- a/README.md +++ b/README.md @@ -636,7 +636,7 @@ This seems to be the [same problem mentioned here](https://github.com/andrewrk/l [(And this issue)](https://github.com/ziglang/zig/issues/5854) -TODO: Do we compile `strlen` ourselves? From musl? Newlib? [wasi-libc](https://github.com/WebAssembly/wasi-libc)? +TODO: Do we compile C Standard Library ourselves? From musl? Newlib? [wasi-libc](https://github.com/WebAssembly/wasi-libc)? _What if we change the target to `wasm32-freestanding-musl`?_