- Version: v6.3.0
- Platform: linux-arm*
- Subsystem: API?
I couldn't find any api to get the architecture of the binary itself,
process.arch just gives arm
uname -a would give for the host.. not the binary
node --v8-options gives target arm v7.. , and a lot of output..
I want it for the the binary as it is on the download page.. arm64 armv6l armv7l
I dumped and greped the process object and found.. process.config.variables.arm_version among others...
Checking the api doc for process.config says it is not read-only and gives some warning about some packages changing it..
Could and api be added for this, or should we just parse this form process.config.variables.arm_* or --v8-options or any other suggestions..