From 8bbbb22aacb90a42307886ae77cf2f349455dd1b Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Thu, 25 May 2023 19:13:18 +0800 Subject: [PATCH] Fixing missing millis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7a5ded9..a211141 100644 --- a/README.md +++ b/README.md @@ -636,6 +636,8 @@ 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: Maybe because we didn't export `strlen` in our Main Program `lvglwasm.zig`? + 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`?_