matrix-org / matrix-org/matrix-rust-sdk-crypto-nodejs
allow building from source
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 11
- Forks
- 23
- Avg merge
- 22h 12m
- Merged PRs (30d)
- 1
Description
the module currently cannot be built locally, without downloading prebuilt binaries off github.
this should be available at least as a fallback if prebuilds are not available, or with --build-from-source/npm_config_build_from_source (analogical to node-pre-gyp)
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 by tracing how this Node.js module obtains its prebuilt binaries and how its local Rust build is currently invoked. Check the package's build entry points and npm configuration handling; done means a documented fallback or explicit build-from-source option works when prebuilds are unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, rust
- Domain
- build-system, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100