Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create C bindings for Wasmi #922

Open
Robbepop opened this issue Jan 31, 2024 · 0 comments · May be fixed by #1009
Open

Create C bindings for Wasmi #922

Robbepop opened this issue Jan 31, 2024 · 0 comments · May be fixed by #1009
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Robbepop
Copy link
Collaborator

Currently Wasmi has no C bindings even though the Wasm spec defines a C interface which could be implemented by Wasmi.

The huge advantage is that this would open the door for collaboration and usage of the huge C ecosystem and allow C devs to more easily use Wasmi. On top of that: C bindings would not just open doors to the C ecosystem but to most serious language ecosystems since C is the langua franka for most (if not all) serious language ecosystems.

Python bindings, C++ bindings, Java bindings all could easily follow once C bindings are established.

This issue tracks progress of implementation of C bindings for Wasmi.

@Robbepop Robbepop added enhancement New feature or request help wanted Extra attention is needed labels Jan 31, 2024
@Robbepop Robbepop linked a pull request May 1, 2024 that will close this issue
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant