Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 253b16f

Browse filesBrowse files
legendecasnodejs-github-bot
authored andcommitted
doc: add note about rust toolchain version requirement
PR-URL: #60942 Refs: #60897 Refs: #58730 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent a004535 commit 253b16f
Copy full SHA for 253b16f

1 file changed

+10Lines changed: 10 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,16 @@ configure option:
10441044
./configure --openssl-conf-name=<some_conf_name>
10451045
```
10461046

1047+
## Building Node.js with Temporal support
1048+
1049+
Node.js supports the [Temporal](https://github.com/tc39/proposal-temporal) APIs, when
1050+
linking statically or dynamically with a version [temporal\_rs](https://github.com/boa-dev/temporal).
1051+
1052+
To build Node.js with Temporal support, a Rust toolchain is required:
1053+
1054+
* rustc >= 1.82 (with LLVM >= 19)
1055+
* cargo >= 1.82
1056+
10471057
## Building Node.js with FIPS-compliant OpenSSL
10481058

10491059
Node.js supports FIPS when statically or dynamically linked with OpenSSL 3 via

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.