Yi-Ying He

Results 163 comments of Yi-Ying He

@apepkuss Please help to fix the rust side after this PR merged. Thanks.

For the plugins, you can refer to: 1. The [plugin example](https://github.com/WasmEdge/WasmEdge/tree/master/examples/plugin/get-string) . 2. The [wasmedge_process plugin](https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasmedge_process) and [its unit tests](https://github.com/WasmEdge/WasmEdge/tree/master/test/plugins/wasmedge_process) . Thanks.

> For the first segment of code, the `buffer` in `t` function will be dropped when jumpping out of the scope in rust's rule. To avoid this and return the...

Our host function signature only passes the memory instance from the runtime as the first argument. For this feature, the earliest supporting will be at the version `0.11.0` in the...

manylinux1 is removed on WasmEdge-image 0.10.1-alpha.3.

@hydai , @juntao , @ibmibmibm Please feel free to comment here to complete this for the better collection of WasmEdge side projects. Thanks.

@gusye1234 Do you interest in this?

> Hi @q82419 , I think the codecov without the wasi-nn openVINO backend is already generated in the `build.yml`? Sure. You can refer on it.

> ``` > [error] When executing function name: "_start" > ``` Can be fixed by #1755

Hi @phyBrackets , Please rebase on and PR to the branch `proposal/component-model`. Thanks.