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
Match WebKit FastFloat prefix parsing: no leading whitespace, optional sign, decimal/fraction/exponent grammar, exact consumed-byte count, no Infinity/NaN spelling.
Match the pinned WebKit ES5 date grammar, validation, fractional milliseconds, leap-second handling, timezone forms, and NaN failures without accepting legacy date text.
Report at least one online processor and clamp safely to the C ABI range.
Define the FastMalloc-release operation correctly for zig-js allocator ownership (no retained per-thread FastMalloc cache).
Write exact RFC 7231 IMF-fixdate bytes, honor timestamp-zero and bounded snprintf-style output semantics, and avoid buffer overrun.
Add focused boundary tests and link/runtime fixture coverage for all five symbols.
Refresh Home/Bun inventories, README/docs, and parent issues with exact evidence.
Backward compatibility remains out of scope for the pre-release tool.
Parent: #134
Profiles: #163, #164
Implement the five pinned
WTF.zignative imports:WTF__parseDoubleWTF__parseES5DateWTF__numberOfProcessorCoresWTF__releaseFastMallocFreeMemoryForThisThreadBun__writeHTTPDateAcceptance criteria:
Backward compatibility remains out of scope for the pre-release tool.
Implementation:
d0a951c4Documentation/inventories:
2eb274e5