Skip to content

Commit caf8c84

Browse files
committed
deploy: d2db5f6
1 parent de41647 commit caf8c84

54 files changed

Lines changed: 278 additions & 76 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title data-rh="true">Page Not Found | Boa JS</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" name="twitter:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" property="og:url" content="https://boajs.dev/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | Boa JS"><link data-rh="true" rel="icon" href="/img/new_logo_yellow.svg"><link data-rh="true" rel="canonical" href="https://boajs.dev/404.html"><link data-rh="true" rel="alternate" href="https://boajs.dev/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://boajs.dev/404.html" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/blog/rss.xml" title="Boa JS RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="Boa JS Atom Feed">
88
<link rel="alternate" type="application/json" href="/blog/feed.json" title="Boa JS JSON Feed"><link rel="stylesheet" href="/assets/css/styles.d6a92185.css">
9-
<script src="/assets/js/runtime~main.c3af212d.js" defer="defer"></script>
9+
<script src="/assets/js/runtime~main.fc0978cd.js" defer="defer"></script>
1010
<script src="/assets/js/main.aff53126.js" defer="defer"></script>
1111
</head>
1212
<body class="navigation-with-keyboard">

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title data-rh="true">About Boa | Boa JS</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" name="twitter:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" property="og:url" content="https://boajs.dev/about"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="About Boa | Boa JS"><meta data-rh="true" name="description" content="Information on the background of Boa."><meta data-rh="true" property="og:description" content="Information on the background of Boa."><link data-rh="true" rel="icon" href="/img/new_logo_yellow.svg"><link data-rh="true" rel="canonical" href="https://boajs.dev/about"><link data-rh="true" rel="alternate" href="https://boajs.dev/about" hreflang="en"><link data-rh="true" rel="alternate" href="https://boajs.dev/about" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/blog/rss.xml" title="Boa JS RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="Boa JS Atom Feed">
88
<link rel="alternate" type="application/json" href="/blog/feed.json" title="Boa JS JSON Feed"><link rel="stylesheet" href="/assets/css/styles.d6a92185.css">
9-
<script src="/assets/js/runtime~main.c3af212d.js" defer="defer"></script>
9+
<script src="/assets/js/runtime~main.fc0978cd.js" defer="defer"></script>
1010
<script src="/assets/js/main.aff53126.js" defer="defer"></script>
1111
</head>
1212
<body class="navigation-with-keyboard">
Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ const toc = [{
101101
"value": "Special thanks",
102102
"id": "special-thanks",
103103
"level": 2
104+
}, {
105+
"value": "Discussion",
106+
"id": "discussion",
107+
"level": 2
108+
}, {
109+
"value": "How can you support Boa?",
110+
"id": "how-can-you-support-boa",
111+
"level": 2
104112
}];
105113
function _createMdxContent(props) {
106114
const _components = {
@@ -116,6 +124,7 @@ function _createMdxContent(props) {
116124
ol: "ol",
117125
p: "p",
118126
pre: "pre",
127+
strong: "strong",
119128
table: "table",
120129
tbody: "tbody",
121130
td: "td",
@@ -166,7 +175,9 @@ function _createMdxContent(props) {
166175
}), " for their Temporal\nimplementations (more on that later) and is ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
167176
href: "https://chromestatus.com/feature/5668291307634688",
168177
children: "estimated"
169-
}), " to land unflagged in Chromium v143."]
178+
}), " to land unflagged in ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.strong, {
179+
children: "Chromium v143"
180+
}), "."]
170181
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.h3, {
171182
id: "why-v01-why-not-v10",
172183
children: "Why v0.1? Why not v1.0?"
@@ -714,6 +725,51 @@ function _createMdxContent(props) {
714725
children: "Thanks to the University of Bergen students who helped drive some of the\nmajor conformance push earlier this year."
715726
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.p, {
716727
children: "Also, a huge thanks to all the Temporal champions for all their work on\nthe specification, as well as the ICU4X project for their incredible\nongoing work on calendars and all things i18n related."
728+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.h2, {
729+
id: "discussion",
730+
children: "Discussion"
731+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.ul, {
732+
children: ["\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.li, {
733+
children: ["Hackernews: ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
734+
href: "https://news.ycombinator.com/item?id=45361826",
735+
children: "https://news.ycombinator.com/item?id=45361826"
736+
})]
737+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.li, {
738+
children: ["Reddit: ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
739+
href: "https://www.reddit.com/r/rust/comments/1npffdx/temporal_rs_is_here_the_datetime_library_powering/",
740+
children: "https://www.reddit.com/r/rust/comments/1npffdx/temporal_rs_is_here_the_datetime_library_powering/"
741+
})]
742+
}), "\n"]
743+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.h2, {
744+
id: "how-can-you-support-boa",
745+
children: "How can you support Boa?"
746+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
747+
children: ["Boa is an independent JavaScript engine implementing the ECMAScript specification, and we rely on the\nsupport of the community to keep it going. If you want to support us, you can do so by donating to\nour ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
748+
href: "https://opencollective.com/boa",
749+
children: "open collective"
750+
}), ". Proceeeds here go towards this very website, the domain name, and remunerating\nmembers of the team who have worked on the features released."]
751+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
752+
children: ["If financial contribution is not your strength, you can contribute by asking to be assigned to one of\nour ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
753+
href: "https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+no%3Aassignee",
754+
children: "open issues"
755+
}), ", and asking for mentoring if you don't know your way around the engine. Our\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
756+
href: "https://github.com/boa-dev/boa/blob/main/CONTRIBUTING.md",
757+
children: "contribution guide"
758+
}), " should help you here. If you are more used to working with JavaScript or frontend\nweb development, we also welcome help to improve our web presence, either in ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
759+
href: "https://github.com/boa-dev/boa-dev.github.io",
760+
children: "our website"
761+
}), ", or in our\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
762+
href: "https://github.com/boa-dev/boa/issues/820",
763+
children: "testing representation"
764+
}), " page or benchmarks page. You can also contribute to our Criterion benchmark\ncomparison GitHub ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
765+
href: "https://github.com/boa-dev/criterion-compare-action",
766+
children: "action"
767+
}), "."]
768+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
769+
children: ["We are also looking to improve the documentation of the engine, both for developers of the engine\nitself and for users of the engine. Feel free to contact us in ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
770+
href: "https://matrix.to/#/#boa:matrix.org",
771+
children: "Matrix"
772+
}), "."]
717773
})]
718774
});
719775
}
@@ -842,7 +898,7 @@ function MDXProvider(properties) {
842898
/***/ 9999:
843899
/***/ ((module) => {
844900

845-
module.exports = /*#__PURE__*/JSON.parse('{"permalink":"/blog/2025/09/24/temporal-release","source":"@site/blog/2025-09-24-temporal-release/index.md","title":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","description":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","date":"2025-09-24T00:00:00.000Z","tags":[{"inline":true,"label":"post","permalink":"/blog/tags/post"}],"readingTime":13.38,"hasTruncateMarker":false,"authors":[{"name":"Temporal_rs Developers","url":"https://github.com/boa-dev/temporal","key":"temporal-dev","page":null}],"frontMatter":{"layout":"post","tags":["post"],"title":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","description":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","authors":"temporal-dev"},"unlisted":false,"nextItem":{"title":"Implementing Temporal, the new date/time API for JavaScript (and Rust!)","permalink":"/blog/2025/06/15/temporal-impl-1"}}');
901+
module.exports = /*#__PURE__*/JSON.parse('{"permalink":"/blog/2025/09/24/temporal-release","source":"@site/blog/2025-09-24-temporal-release/index.md","title":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","description":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","date":"2025-09-24T00:00:00.000Z","tags":[{"inline":true,"label":"post","permalink":"/blog/tags/post"}],"readingTime":14.67,"hasTruncateMarker":false,"authors":[{"name":"Temporal_rs Developers","url":"https://github.com/boa-dev/temporal","key":"temporal-dev","page":null}],"frontMatter":{"layout":"post","tags":["post"],"title":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","description":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","authors":"temporal-dev"},"unlisted":false,"nextItem":{"title":"Implementing Temporal, the new date/time API for JavaScript (and Rust!)","permalink":"/blog/2025/06/15/temporal-impl-1"}}');
846902

847903
/***/ })
848904

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ const toc = [{
111111
"value": "Special thanks",
112112
"id": "special-thanks",
113113
"level": 2
114+
}, {
115+
"value": "Discussion",
116+
"id": "discussion",
117+
"level": 2
118+
}, {
119+
"value": "How can you support Boa?",
120+
"id": "how-can-you-support-boa",
121+
"level": 2
114122
}];
115123
function _createMdxContent(props) {
116124
const _components = {
@@ -126,6 +134,7 @@ function _createMdxContent(props) {
126134
ol: "ol",
127135
p: "p",
128136
pre: "pre",
137+
strong: "strong",
129138
table: "table",
130139
tbody: "tbody",
131140
td: "td",
@@ -176,7 +185,9 @@ function _createMdxContent(props) {
176185
}), " for their Temporal\nimplementations (more on that later) and is ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
177186
href: "https://chromestatus.com/feature/5668291307634688",
178187
children: "estimated"
179-
}), " to land unflagged in Chromium v143."]
188+
}), " to land unflagged in ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.strong, {
189+
children: "Chromium v143"
190+
}), "."]
180191
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.h3, {
181192
id: "why-v01-why-not-v10",
182193
children: "Why v0.1? Why not v1.0?"
@@ -724,6 +735,51 @@ function _createMdxContent(props) {
724735
children: "Thanks to the University of Bergen students who helped drive some of the\nmajor conformance push earlier this year."
725736
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.p, {
726737
children: "Also, a huge thanks to all the Temporal champions for all their work on\nthe specification, as well as the ICU4X project for their incredible\nongoing work on calendars and all things i18n related."
738+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.h2, {
739+
id: "discussion",
740+
children: "Discussion"
741+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.ul, {
742+
children: ["\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.li, {
743+
children: ["Hackernews: ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
744+
href: "https://news.ycombinator.com/item?id=45361826",
745+
children: "https://news.ycombinator.com/item?id=45361826"
746+
})]
747+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.li, {
748+
children: ["Reddit: ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
749+
href: "https://www.reddit.com/r/rust/comments/1npffdx/temporal_rs_is_here_the_datetime_library_powering/",
750+
children: "https://www.reddit.com/r/rust/comments/1npffdx/temporal_rs_is_here_the_datetime_library_powering/"
751+
})]
752+
}), "\n"]
753+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.h2, {
754+
id: "how-can-you-support-boa",
755+
children: "How can you support Boa?"
756+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
757+
children: ["Boa is an independent JavaScript engine implementing the ECMAScript specification, and we rely on the\nsupport of the community to keep it going. If you want to support us, you can do so by donating to\nour ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
758+
href: "https://opencollective.com/boa",
759+
children: "open collective"
760+
}), ". Proceeeds here go towards this very website, the domain name, and remunerating\nmembers of the team who have worked on the features released."]
761+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
762+
children: ["If financial contribution is not your strength, you can contribute by asking to be assigned to one of\nour ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
763+
href: "https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+no%3Aassignee",
764+
children: "open issues"
765+
}), ", and asking for mentoring if you don't know your way around the engine. Our\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
766+
href: "https://github.com/boa-dev/boa/blob/main/CONTRIBUTING.md",
767+
children: "contribution guide"
768+
}), " should help you here. If you are more used to working with JavaScript or frontend\nweb development, we also welcome help to improve our web presence, either in ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
769+
href: "https://github.com/boa-dev/boa-dev.github.io",
770+
children: "our website"
771+
}), ", or in our\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
772+
href: "https://github.com/boa-dev/boa/issues/820",
773+
children: "testing representation"
774+
}), " page or benchmarks page. You can also contribute to our Criterion benchmark\ncomparison GitHub ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
775+
href: "https://github.com/boa-dev/criterion-compare-action",
776+
children: "action"
777+
}), "."]
778+
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
779+
children: ["We are also looking to improve the documentation of the engine, both for developers of the engine\nitself and for users of the engine. Feel free to contact us in ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
780+
href: "https://matrix.to/#/#boa:matrix.org",
781+
children: "Matrix"
782+
}), "."]
727783
})]
728784
});
729785
}
@@ -842,7 +898,7 @@ function MDXProvider(properties) {
842898
/***/ 9999:
843899
/***/ ((module) => {
844900

845-
module.exports = /*#__PURE__*/JSON.parse('{"permalink":"/blog/2025/09/24/temporal-release","source":"@site/blog/2025-09-24-temporal-release/index.md","title":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","description":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","date":"2025-09-24T00:00:00.000Z","tags":[{"inline":true,"label":"post","permalink":"/blog/tags/post"}],"readingTime":13.38,"hasTruncateMarker":false,"authors":[{"name":"Temporal_rs Developers","url":"https://github.com/boa-dev/temporal","key":"temporal-dev","page":null}],"frontMatter":{"layout":"post","tags":["post"],"title":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","description":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","authors":"temporal-dev"},"unlisted":false,"nextItem":{"title":"Implementing Temporal, the new date/time API for JavaScript (and Rust!)","permalink":"/blog/2025/06/15/temporal-impl-1"}}');
901+
module.exports = /*#__PURE__*/JSON.parse('{"permalink":"/blog/2025/09/24/temporal-release","source":"@site/blog/2025-09-24-temporal-release/index.md","title":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","description":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","date":"2025-09-24T00:00:00.000Z","tags":[{"inline":true,"label":"post","permalink":"/blog/tags/post"}],"readingTime":14.67,"hasTruncateMarker":false,"authors":[{"name":"Temporal_rs Developers","url":"https://github.com/boa-dev/temporal","key":"temporal-dev","page":null}],"frontMatter":{"layout":"post","tags":["post"],"title":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","description":"Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8","authors":"temporal-dev"},"unlisted":false,"nextItem":{"title":"Implementing Temporal, the new date/time API for JavaScript (and Rust!)","permalink":"/blog/2025/06/15/temporal-impl-1"}}');
846902

847903
/***/ })
848904

assets/js/f81c1134.0a805cee.js

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/f81c1134.dd1b09d0.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)