-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Add riscv64 to the list of supported architectures #49278
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.riscv64Issues and PRs related to the 64-bit RISC-V architecture.Issues and PRs related to the 64-bit RISC-V architecture.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.riscv64Issues and PRs related to the 64-bit RISC-V architecture.Issues and PRs related to the 64-bit RISC-V architecture.
Affected URL(s)
https://nodejs.org/dist/latest-v20.x/docs/api/os.html#osarch
Description of the problem
The
node.git/doc/api/os.mdfile currently reads:I suggest to change it to:
The same for
node.git/doc/api/process.md.