File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ description:
12
12
authors : boa-dev
13
13
---
14
14
15
- Writing a JavaScript engine in Rust can seem like pretty daunting task
16
- to some. To provide some insight into how we implement JavaScript
17
- features, we will be going over implementing a JavaScript feature in
18
- Rust.
15
+ Developing a JavaScript engine in Rust can seem like pretty daunting
16
+ task to some. In order to demystify working on a feature and to go over
17
+ what we've been working on implementing in Boa recently, we thought we'd
18
+ write a post about implementing a JavaScript feature in Rust.
19
19
20
20
More specifically, this will be the first in a series of posts primarily
21
21
about implementing the new date/time built-in: Temporal. We'll be going
You can’t perform that action at this time.
0 commit comments