WebAssembly / WebAssembly/wabt
Does wabt-interp implement the latest WASM C API?
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 8.1k
- Forks
- 827
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 18
Description
Based on this project's readme, which was committed 3 years ago, wabt-interp did not yet implement the full WASM C API.
However, https://github.com/WebAssembly/wabt/issues/1600 and https://github.com/WebAssembly/wabt/pull/2172 seem to suggest that it is now implemented, but this was the WASM C API from two years ago.
Is the WASM C API for wabt-interp up to date for the latest C API?
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 the wabt-interp documentation, especially src/standalone/wabt/README.md, then inspect the current implementation against the latest WebAssembly C API. Review the linked WABT issue and pull request for historical context. Done means establishing whether the API is current and documenting any missing or outdated parts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, wasm
- Domain
- compilers, devtools
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100