Skip to content

Commit

Permalink
Fixing missing millis
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed May 25, 2023
1 parent 4f6cb84 commit 8bbbb22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`?_
Expand Down

0 comments on commit 8bbbb22

Please sign in to comment.