Xin Liu

Results 37 comments of Xin Liu

@q82419 Thanks for the message. I'm on vacation so I'll refactor `wasmedge-sys` to support the new feature later. Thanks again!

Hi @chenyukang, Thanks for the feedback. The issue you mention here is one of the most valuable features for Rust SDK. According to our current plan, we'd like to support...

@L-jasmine Could you please provide some necessary information of this feature request, like motivation? So that other users can get to know why you need it. Thanks a lot!

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? According to...

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 understand how to...

> @apepkuss could you please look at [#464 (comment)](https://github.com/WasmEdge/WasmEdge/issues/464#issuecomment-982709771) @SAtacker I'll check it, thanks!

> @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...

Hi @SAtacker, I tried the invocation logic with our rust bindings and got the same result as you reported. I prepared a new test case for you, it's in Rust,...

@SAtacker One more thing, I noticed the following [code line 454-456](https://github.com/SAtacker/WasmEdge/blob/c75d4289b78b82bac746ac9440154f34857169e7/bindings/python/pywasmedge/src/WasmEdge.cpp#L454-L456), which call _WasmEdge_ImportObjectCreate_. According to the C-API spec, this function is to create an _ImportObject_ instance but not a...

Hi @SAtacker, I suggest that you can also reference the [W3C definitions](https://www.w3.org/TR/wasm-core-1/#syntax-module) of the concepts related to wasm. That could be helpful for you to have a clear view.