| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1044,6 +1044,16 @@ configure option: | |||
| 1044 | 1044 | ./configure --openssl-conf-name=<some_conf_name> | |
| 1045 | 1045 | ``` | |
| 1046 | 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 | + | ||
| 1047 | 1057 | ## Building Node.js with FIPS-compliant OpenSSL | |
| 1048 | 1058 | ||
| 1049 | 1059 | Node.js supports FIPS when statically or dynamically linked with OpenSSL 3 via | |
| Back | FazBrowse Home | New Git URL |
0 commit comments