-
Notifications
You must be signed in to change notification settings - Fork 761
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
Feat: Support Wasm-C-API proposal #306
Comments
|
Hi @hydai , the project seems interesting and I would like to work on it . As of now I have done local setup and run the tests ,any suggestions on how do I get started with the project and related resources to get started? |
|
Hi @skant7 Wasm C/C++ API provides an easy way to embedded the Wasm engine in other applications. Because this API is to interact with the Wasm runtime not the Wasm application, you will need to know the execution flow of Wasm files. And this mission will need the following skills:
|
|
Hi @hydai ,I am final year computer engineering student at Delhi Technological University at India and I would like to work on this project.I am intermediate C++ developer with good knowledge of Data Structures and Algorithms. Thanks & Regards |
|
Hi @hydai this project seems interesting and I am looking forward to contribute to it. I am pretty much comfortable with C and C++, please let me know about how to get start with the project. |
|
Hi @hydai |
|
@q82419 |
|
The wasm c api proposal only supports finished proposals except SIMD. |
Motivation
The wasm-c-api proposal provides the C and C++ API for WASM runtimes. Even though WasmEdge already provided the C API, it's proper to implement the wasm-c-API proposal for the general C/C++ API.
In the current status, we've already implemented the non-runtime data structures on the branch. Then, we need to finish the runtime implementation.
Specification
wasm_config_tfunctions for the runtime configurations.Appendix
The text was updated successfully, but these errors were encountered: