This release fixes issues for SREs watching stability and regressions.
Published 1mo
Build & Package
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
android
compile
harmonyos
ios
llvm
macos
+5 more
native
smc
typescript
watchos
windows
Summary
AI summaryFixed Windows build failure of timestamp_to_local_components by adding platform-specific implementations.
Full changelog
Bug Fixes
- Windows build fix:
timestamp_to_local_componentsindate.rsusedlibc::localtime_randtm_gmtoff, both POSIX-only APIs that don't exist on Windows. Split into#[cfg(unix)]and#[cfg(windows)]variants — Windows now useslibc::localtime_s/libc::gmtime_sand derives the timezone offset by comparing local vs UTC component breakdowns.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About perry
A native TypeScript compiler written in Rust. Compiles TypeScript directly to executables using SWC and LLVM.
Related context
Beta — feedback welcome: [email protected]