WebAssembly / WebAssembly/wabt
Implement WebAssembly C API for wasm2c output
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 8.1k
- Forks
- 827
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 18
Description
Not sure how feasible it would be, but it would be great if the generated C file implemented the WebAssembly C API for instantiation, dynamic enumeration of exports, integration with imports etc. for better interop with other engines.
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 wasm2c output and compare its current capabilities with the WebAssembly C API in the linked wasm.h. Determine the scope needed for instantiation, dynamic export enumeration, and import integration. Done means generated C implements the requested API well enough to interoperate with other engines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, cpp, wasm
- Domain
- compilers, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100