You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @ericsink rightly pointed out, the implementation is there, but the symbol is missing from the build as can be seen in defined-symbols.txt (or rather the lack of localtime).
the
localtime
function is present in wasi-sysroot's headers, but not in the actual libc library, so programs calling localtime fails during linking:Either the localtime function should be removed from the header, or an implementation should be added to the libc.
The text was updated successfully, but these errors were encountered: