Skip to content

Commit 409f3a4

Browse files
committed
Housekeeping / add metadata info to blog post
1 parent 704e886 commit 409f3a4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

blog/temporal-introduction.md renamed to blog/2025-06-15-temporal-impl-1.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
---
2+
layout: post
3+
tags: [post]
4+
title:
5+
Implementing Temporal, the new date/time API for JavaScript (and
6+
Rust!)
7+
metadata: ["temporal", "temporal_rs", "boa", "date/time"]
8+
description:
9+
A blog post about the temporal_rs Rust crate that implements
10+
JavaScript's Temporal API and how temporal_rs supports implementing
11+
Temporal in JavaScript engines.
212
authors: boa-dev
313
---
414

5-
# Implementing Temporal, the new date/time API for JavaScript (and Rust!)
6-
715
This will be a series of posts primarily about implementing a new
816
JavaScript feature in Rust, specifically the new date/time built-in:
917
Temporal. We'll be going over the general implementation of Temporal in

0 commit comments

Comments
 (0)