Skip to content

Commit 8049024

Browse files
Update index.md
quote about diplomat
1 parent 1742a3f commit 8049024

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ calendars. There were, however, 2 major take aways from this PR:
5858
- There is a lot of room to potentially optimize Temporal if we do not deal with
5959
`JsValue` directly.
6060

61-
After a couple weeks, the question came up amongst maintainers of not just Boa, but also V8:
61+
After a couple weeks, the question came up amongst maintainers of not just Boa, but also other engines:
6262
"_could we separate the datetime logic and implementation off into a completely
6363
separate library?_" Sure.
6464

@@ -352,6 +352,12 @@ it's a really cool project and we would definitely recommend checking it
352352
out if you're looking to generate FFI bindings for other languages for
353353
your Rust library.
354354

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

0 commit comments

Comments
 (0)