WebAssembly / WebAssembly/binaryen
adding bazel support
Nobody has claimed this yet.
- Dominant language
- WebAssembly
- Stars
- 8.6k
- Forks
- 885
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 69
Description
I've begin adding bazel support. See https://github.com/obazl/binaryen. Building the libraries in src/ went pretty smoothly but I need some help with other stuff, since I'm just getting started with wasm and don't really understand how binaryen works. For example the compile/link flags in the root CMakeLists.txt file.
Any interest?
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 reviewing the existing Bazel work referenced at https://github.com/obazl/binaryen, then compare it with the library build configuration in src/ and the compile/link flags in the root CMakeLists.txt file. Done means the requested Bazel support covers the relevant libraries and build flags, but the issue does not define the remaining scope or validation steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, wasm
- Domain
- build-system, compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100