Zihang Ye

Results 194 comments of Zihang Ye

Hello, Here's an example provided by MDN: https://mdn.github.io/dom-examples/web-share/

> But couldn't found the new faq and documentation pages You mean [documentation](https://riot.js.org/documentation/) and [faq](https://riot.js.org/faq/)?

It turns out the issue is that the document is not complete. One needs to define `WasmEdge_Plugin_GetDescriptor` to register the plugin, which is missing from the [document](https://wasmedge.org/docs/contribute/plugin/develop_plugin_c).

The only difference between the generated codes (apart from the custom sections) is the section 9 (element section) wasm-tools compiles to: `01 00 41 00 0b 01 01` reference implementation...

@wenyongh It solves the issue. Thanks.

May I ask if there's any workaround for now to get the error message?

Thank you for your reply. I built it from the main branch, and I was running rootful podman, for which I didn't find any similar issues.

Also, I can't reproduce it every time. Sometimes, it gives an error message like this: ``` DEBUG youki: started by user 0 with ArgsOs { inner: ["/home/zihang/Document/youki/youki", "--log-level=trace", "delete", "--force",...

@YJDoc2 Hi. Yes, I can run podman normally with youki **unless** it's a wasm workload. I think it is the wasm workload that causes the problem, but I couldn't find...

I just retried another way. I built with `sudo buildah build --annotation "module.wasm.image/variant=compat" --platform wasi/wasm -t wasm-module .` and it worked with `sudo podman --runtime ~/Document/youki/youki run --rm localhost/wasm-module` it...