Skip to content

win, build: arm64 port script and doc changes

This change lays the groundwork for ARM64 Windows ("Windows 10 on ARM") builds of Node.js.

Build script and configuration files gets new ARM64 Windows sections. The arch-specific check for NASM is scoped to the architectures that rely on it.

The bootstrap script arguments for Visual Studio tool installation are expanded to include ARM64 tools.

Documentation is updated to reflect all of these changes.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
    • ARM64 vcbuild requires other changes, but Windows x64 passes.
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading