We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a004535 commit 253b16fCopy full SHA for 253b16f
BUILDING.md
@@ -1044,6 +1044,16 @@ configure option:
1044
./configure --openssl-conf-name=<some_conf_name>
1045
```
1046
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
1057
## Building Node.js with FIPS-compliant OpenSSL
1058
1059
Node.js supports FIPS when statically or dynamically linked with OpenSSL 3 via
0 commit comments