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
Copy file name to clipboardExpand all lines: blog/2025-09-24-temporal-release/index.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,10 @@ culminated in an absolutely massive PR,
55
55
The PR itself stubbed out a lot of the methods, implemented some
56
56
Duration and Instant functionality, and started the support for custom
57
57
calendars. There were, however, 2 major takeaways from this PR:
58
+
58
59
- Temporal is a massive specification update, it's the single biggest addition to ECMAScript since ES6.
59
60
- There is a lot of room to potentially optimize Temporal if we do not deal with
60
-
`JsValue` directly.
61
+
`JsValue` directly.
61
62
62
63
After a couple weeks, the question came up amongst maintainers of not just Boa, but also other engines:
63
64
"_could we separate the datetime logic and implementation off into a completely
@@ -353,8 +354,6 @@ it's a really cool project and we would definitely recommend checking it
353
354
out if you're looking to generate FFI bindings for other languages for
354
355
your Rust library.
355
356
356
-
357
-
358
357
> "_Diplomat made the FFI code extremely easy: I basically wrote the entire temporal_capi FFI layer over the course of a couple PRs, each of which probably took me ~15 minutes each of relatively mindless "tab through docs, add API" work. Diplomat is really good at this type of thing._"
0 commit comments