infinyon / infinyon/node-bindgen
building windows on arm
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 587
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
when build on windows on arm, it grabs the x64 build unconditionally when it should grab win-arm64
this gives a linker error when trying to build
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in nj-build/src/lib.rs at lines 80-84 and inspect how the build selects the Windows artifact. Update the selection so Windows on ARM uses win-arm64 rather than x64, then verify that building on Windows ARM no longer produces the reported linker error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, rust
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100