Skip to content

Commit 3314af8

Browse files
Update index.md
fix up quotes
1 parent 8049024 commit 3314af8

File tree

1 file changed

+3
-1
lines changed
  • blog/2025-09-24-temporal-release

1 file changed

+3
-1
lines changed

blog/2025-09-24-temporal-release/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ culminated in an absolutely massive PR,
5050
mea culpa).
5151

5252
> _"Temporal is the single biggest addition to ECMAScript since ES6"_
53+
>
54+
> <cite>Jason Williams, TC39 Delegate</cite>
5355
5456
The PR itself stubbed out a lot of the methods, implemented some
5557
Duration and Instant functionality, and started the support for custom
@@ -356,7 +358,7 @@ your Rust library.
356358

357359
> "_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._"
358360
>
359-
> -- <cite>Manishearth [Rust Reddit Q&A](https://www.reddit.com/r/rust/comments/1logjzt/chromiumv8_implementing_temporal_api_via_rust/):</cite>
361+
> <cite>Manishearth [Rust Reddit Q&A](https://www.reddit.com/r/rust/comments/1logjzt/chromiumv8_implementing_temporal_api_via_rust/):</cite>
360362
361363
There is some added benefits to offering C and C++ bindings beyond the
362364
classic: oh, let's (re)write it in Rust.

0 commit comments

Comments
 (0)