Shreyas Atre
Shreyas Atre
> Hi @SAtacker > I believe we can close this one. Because the new installer is on the way, which will also handle the plugins. Yes, thanks
Yes, I too agree with all these points by @shivaylamba and @mritunjaysharma394 . Once WASM and Wasmedge becomes familiar to everyone i.e. there are some introductory courses on it which...
That's better. I'll update it. Thanks.
Currently, the `VM::run` function which does not determine the return type and parameter type on it's own is improper as it uses I32 for all the values. It should accept...
> Hi @SAtacker, I noticed that PySDK uses Boost.Python as the bridge library to implement the C++ to Python conversion. How do you think about another useful library, PyBind11? >...
Thanks, @apepkuss I have moved it over to PyBind11.
@apepkuss 1. Can we have some use cases or examples of most of the C-API documentations? 2. For testing purpose, I have to test the functionalities similar to `WasmEdge/test` files,...
> Hi @SAtacker, sorry for the late reply, I missed the message notification. > > 1. Yes. Those examples in the C-API documents are to help the C-API users to...
@apepkuss could you please look at https://github.com/WasmEdge/WasmEdge/issues/464#issuecomment-982709771
@apepkuss I have tried a workaround for adding a python function as a host function. But when I list the function after adding it to VM Context, it gives a...