pyodide / pyodide/auditwheel-emscripten
Analyze what type of build flags are used during the build
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
auditwheel-emscripten should be able to analyze what build flags are used when building a WASM module.
- main / side module
- SIMD
- exception handling
- threading
- stack unwind
- etc...
Contributor guide
No contributing guide indexed for this repository
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
Begin with the checklist in this issue and the linked Pyodide PR #3823 to establish which WASM build flags must be recognized. Done means auditwheel-emscripten can report the requested categories—main/side module, SIMD, exception handling, threading, and stack unwind—with any additional scope agreed before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, wasm
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100