Zhida Jiang

Results 11 comments of Zhida Jiang

Hi, I also meet the problem. ```k4a_transformation_color_image_to_depth_camera(). Require color image and transformed color image both have bgra32 format.``` The the recording color mode can not be set to BGRA32. Can...

我草,你怎么不push。

> When I using the runwasi, the `ctr` can run successfully: > > ``` > root@kay201:~# sudo ctr run --rm --runtime=io.containerd.wasmedge.v1 ghcr.io/containerd/runwasi/wasi-demo-app:latest testwasm2 /wasi-demo-app.wasm echo 'hello' > exiting > hello...

> you will find `mod ssl` is disabled for the entire wasm32 It is. Do you plan to support ssl for wasm32-wasip2? I think it's an important feature for python...

> To my knowledge it is not possible to support ssl for wasm, (barring some major shift in architecture) due to this: [sfackler/rust-openssl#1016](https://github.com/sfackler/rust-openssl/issues/1016). Well, I am not familiar with Rust(and...

> Thank you for the reference! We may can do similar way. > > One caveat. The linked `wasmer/python` is saying it is built on top of wasix, wasmer's variant...

That's really a bad news. So it means all the applications that use `errno.EHOSTDOWN` will not work?

> Unfortunately no. The solution is simple though. We could include the definition in the libc, if it makes sense, and recompile python and re-publish the package. I'll discuss this...

> Hello, thanks for the report. We think that the issue might be that the Python SDK has not been updated in a while. We have plans to update it,...