Zhou Zhou
Zhou Zhou
plz assign to me.
I follow the official docs for Dapr. https://docs.dapr.io/getting-started/get-started-api/#step-2-save-state And the data can be successfully posted in http://localhost:3500/v1.0/state/statestore by the following code. ``` use std::convert::TryFrom; use wasmedge_http_req::{request::{Request, Method, HttpVersion}, uri::Uri}; fn...
With [L-jasmine‘s pull request](https://github.com/second-state/wasmedge_http_req/pull/8) @L-jasmine, data is now successfully posted.
Plz assign this to me
## Progress - [x] set up the work environment, - [x] Understand the Wasmedge Plugin API - [x] Understand the existing implementation of HTTP API and figure out the difference...
It implements the host functions for [https request for Rust programs]( https://github.com/second-state/wasmedge_http_req) . And I think the host function for https request might also be used for quickjs programs. But...
### problems 1. wasmedge host function cannot return the string . If Wasmedge host function can return the string, it can use the exact same API and by adding the...
Sorry for the unclear explanations. The string can be passed into the Httpsreq https://github.com/2019zhou/WasmEdge/blob/zhou/httpsreq/plugins/httpsreq/httpsreqfunc.cpp#L21 but can not be returned or passed out of the Host function. In order to achieve...
It looks like the string can be passed out of the host function https://github.com/WasmEdge/WasmEdge/blob/master/plugins/wasmedge_process/processfunc.cpp#L324-L340. I am learning and implementing this part.
I kindly request to add our new work "Equivalent Transformation and Dual Stream Network Construction for Mobile Image Super-Resolution" which has been accepted by CVPR 2023. Paper: https://openaccess.thecvf.com/content/CVPR2023/papers/Chao_Equivalent_Transformation_and_Dual_Stream_Network_Construction_for_Mobile_Image_CVPR_2023_paper.pdf Code: https://github.com/ECNUSR/ETDS...