WebAssembly / WebAssembly/binaryen
[C API] Some BinaryenString* functions declared in binaryen-c.h without implementation
Nobody has claimed this yet.
- Dominant language
- WebAssembly
- Stars
- 8.6k
- Forks
- 885
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 69
Description
- BinaryenStringIterNext
- BinaryenStringIterMove
- BinaryenStringSliceIter
- BinaryenStringNewSetTry
- BinaryenStringWTF8Advance
My FFI tooling breaks on those. Looks like there's no implementation, just declaration. Am I missing some compilation flags?
I've tried to find related commits (in case they were removed), but GitHub search wasn't helpful
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 comparing the five declarations in binaryen-c.h with the available implementations and checking the build configuration for compilation or export conditions. Verify whether the missing functions are intentionally excluded or need implementations. Done means each listed function is implemented and available to the C API, or its exclusion is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, cpp, wasm
- Domain
- api, compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100