hydai

Results 815 comments of hydai

Hi @SAtacker I am going to create a new docker image for the WASI-NN plugin environment. Once it has been done, I will get back to you.

Hi @SAtacker, Just a quick update, instead of providing a new docker image, we are trying to make the OpenVINO build on the manylinux environment, which may need more time....

However, the python installer can be kicked off. We will have the PyTorch backend in the WASI-NN proposal soon #1654, it's totally fine to go ahead with the new installer.

> That's great. I'll send a PR by tomorrow (a 24 hr period). No rush :-) Take your time.

Hi @SAtacker I believe we can close this one. Because the new installer is on the way, which will also handle the plugins.

WasmEdge uses `git describe` to compose a version such as `0.10.1-alpha.2-20-g7580f982` as the version of any unreleased binaries and libraries. However, I am not sure if the CMake project version...

Hi @paravoid After surveying, I have an idea: 1. We still use `git describe` to get the version: 0.10.1-alpha.2-20-g7580f982 2. And split this version into three parts: `X.Y.Z`-`alpha/beta/rc.*`-`hash`. 3. So...

For question 1, you can pre-allocate the space for a string in wasm and then pass its pointer and length to the host function, and then load/store the string into...

Hi @richyliu Thanks for reporting this. I think we can have a flag to disable the automatically loaded AOT sections from an unknown given universal wasm format. One possible situation...

Hi @neilhubertprice Thanks for raising this. Could you please provide a pseudo code example about AssemblyScript/Wasm or any language? I am a little bit confused about the use scenario. AFAIK,...