@@ -21,7 +21,7 @@ interested in learning more about small implementation details.
21
21
22
22
Currently, ` temporal_rs ` v0.1 is being used by Boa, [ Kiesel] [ kiesel-site ] ,
23
23
[ V8] [ v8-site ] , and [ Yavashark] [ yavashark-repo ] for their Temporal
24
- implementations (more on that later) and is [ estimated] ( https://chromestatus.com/feature/5668291307634688 ) to land unflagged in Chromium v143.
24
+ implementations (more on that later) and is [ estimated] ( https://chromestatus.com/feature/5668291307634688 ) to land unflagged in ** Chromium v143** .
25
25
26
26
### Why v0.1? Why not v1.0?
27
27
@@ -420,6 +420,36 @@ Also, a huge thanks to all the Temporal champions for all their work on
420
420
the specification, as well as the ICU4X project for their incredible
421
421
ongoing work on calendars and all things i18n related.
422
422
423
+ ## Discussion
424
+ - Hackernews: https://news.ycombinator.com/item?id=45361826
425
+ - Reddit: https://www.reddit.com/r/rust/comments/1npffdx/temporal_rs_is_here_the_datetime_library_powering/
426
+
427
+ ## How can you support Boa?
428
+
429
+ Boa is an independent JavaScript engine implementing the ECMAScript specification, and we rely on the
430
+ support of the community to keep it going. If you want to support us, you can do so by donating to
431
+ our [ open collective] . Proceeeds here go towards this very website, the domain name, and remunerating
432
+ members of the team who have worked on the features released.
433
+
434
+ If financial contribution is not your strength, you can contribute by asking to be assigned to one of
435
+ our [ open issues] , and asking for mentoring if you don't know your way around the engine. Our
436
+ [ contribution guide] should help you here. If you are more used to working with JavaScript or frontend
437
+ web development, we also welcome help to improve our web presence, either in [ our website] , or in our
438
+ [ testing representation] page or benchmarks page. You can also contribute to our Criterion benchmark
439
+ comparison GitHub [ action] .
440
+
441
+ We are also looking to improve the documentation of the engine, both for developers of the engine
442
+ itself and for users of the engine. Feel free to contact us in [ Matrix] .
443
+
444
+ [ open collective ] : https://opencollective.com/boa
445
+ [ open issues ] : https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+no%3Aassignee
446
+ [ contribution guide ] : https://github.com/boa-dev/boa/blob/main/CONTRIBUTING.md
447
+ [ our website ] : https://github.com/boa-dev/boa-dev.github.io
448
+ [ testing representation ] : https://github.com/boa-dev/boa/issues/820
449
+ [ action ] : https://github.com/boa-dev/criterion-compare-action
450
+ [ Matrix ] : https://matrix.to/#/#boa:matrix.org
451
+
452
+
423
453
[ mdn ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
424
454
[ v8-site ] : https://v8.dev/
425
455
[ kiesel-site ] : https://kiesel.dev/
0 commit comments