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 1d40257 commit 4f6cb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`?_

Expand Down

0 comments on commit 4f6cb84

Please sign in to comment.