Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Experimental ARM64 build for Windows

Pre-release
Pre-release

Choose a tag to compare

@jkunkee jkunkee released this 16 Feb 23:15
· 1333 commits to master since this release

This experimental release is completely unsupported.

To that end, node.exe has been omitted.

This release contains an experimental build of Node.js with v8 for ARM64 desktop Windows ("Windows 10 on ARM"); see nodejs#25998 for more context.

Build command:
.\vcbuild.bat arm64 full-icu download-all binlog projgen test 1>Release\Release.build.log 2>Release\Release.build.err

For those interested in inspecting the flags passed to the toolchain, Release\node.binlog can be inspected using the MSBuild Structured Log Viewer here:
http://msbuildlog.com/

This release also contains a build of OpenSSL for ARM64 Windows to use as a reference for certain security-sensitive code paths; see nodejs#26001 for context.

Build commands:
perl Configure VC-WIN64-ARM no-asm > config.log
nmake test > build.log

Again, all of this release is completely unsupported.