hydai

Results 815 comments of hydai

> 2. manylinux2014 aarch64 fails due to tensorflow deps URL does not exist. @q82419 Could you please check the release asset of tf deps aarch64? > 3. There are critical...

> Ubuntu 20,18 and 16 CI are failing due to a weird GitHub API. https://github.com/WasmEdge/WasmEdge/runs/8259411844?check_suite_focus=true#step:27:8 Install `curl` before using it. The `ubuntu:...` docker images don't install `curl` by default. >...

Hi @SAtacker I found that there are some tests that are commented out. Do we still need to keep them?

> I think we should remove them. Go ahead. > Also should install.sh call the python script by finding the correct python executable? Yes. I think we should use `install.sh`...

Hi @EmisonLu Do you have a pseudo scenario about this? Do you want to skip the loader phase and the validator phase? Because some steps are calculated in the validator...

Can you provide the full commands from building the LLVM, LLD, and wasmedge?

Before I re-built the environment, could you please try to use `gdb` or `lldb` to locate the problematic code section? I am going to use `dockerfile` to construct the environment...

Hi @O3Ol I am trying to reproduce your environment, however, there is no luck. My dockerfile: https://github.com/WasmEdge/WasmEdge/compare/master...hydai/add_riscv_docker Currently, I get stuck with the following error message: ``` CMake Warning: Manually-specified...

@O3Ol The dockerfile is built successfully. Which branch should I use to reproduce your environment?

And I just pushed the docker image which is built via my dockerfile: https://hub.docker.com/repository/docker/secondstate/wasmedge-test Dockerfile: https://github.com/WasmEdge/WasmEdge/compare/master...hydai/add_riscv_docker We should use this in the further discussion to see if we can reproduce...