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:
1212authors : boa-dev
1313---
1414
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.
1919
2020More specifically, this will be the first in a series of posts primarily
2121about implementing the new date/time built-in: Temporal. We'll be going
You can’t perform that action at this time.
0 commit comments