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.

Merge request reports

Loading