Skip to content

Commit be7436f

Browse files
committed
doc: add note about rust toolchain version requirement
1 parent 7b4ec57 commit be7436f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

BUILDING.md

Lines changed: 10 additions & 0 deletions
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)