WebAssembly / WebAssembly/wabt
wabt only builds static libraries
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 8.1k
- Forks
- 827
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 18
Description
I don't know if this is technically a bug since I don't know if this is an intentional choice or not, but wabt's build system only produces static libraries, and there is no provided cmake command line argument to change this behavior. CMakeLists.txt can be manually edited or patched to provide shared libraries. But unless there is some fundamental reason why this library shouldn't be a shared library, it should do what most libraries do which is to provide shared objects by default and additionally static libraries as an option.
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 with CMakeLists.txt and inspect how the project currently defines its libraries and whether any existing options control shared versus static output. Confirm the intended default and optional behavior across the build configuration. Done means the build system produces shared libraries by default while retaining a way to build static libraries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100