Fix WASM build: exclude syscall-based timestamps for Emscripten
The iso_8601_realtime_microseconds time format uses Linux syscall() to bypass libfaketime, but this is unavailable in Emscripten/WASM. Add __EMSCRIPTEN__ check alongside _WIN32 to use the fallback path.
Loading
Please sign in to comment